123456789101112131415161718192021222324252627282930313233343536373839 |
- #内部服务器
- IP=10.176.47.90
- PORT=21
- USER=factory_test
- PASSWD=ttium
- ROOT=MOTINOVA_MC_Factory_Set
- LOCAL=ENABLE
- #虚拟机
- IP=192.168.1.246
- PORT=21
- USER=hero
- PASSWD=1229
- ROOT=/home/hero/MOTINOVA_MC_Factory_Set
- LOCAL=ENABLE
- #Raspberry
- IP=192.168.0.104
- PORT=21
- USER=pi
- PASSWD=1229
- ROOT=/home/pi/FactoryTest
- LOCAL=ENABLE
- #阿里云
- IP=47.105.122.91
- PORT=21
- USER=dail
- PASSWD=123456
- ROOT=/home/dail
- LOCAL=ENABLE
- #阿里云
- IP=47.105.122.91
- PORT=21
- USER=ftptest
- PASSWD=123456
- ROOT=/home/ftptest
- LOCAL=ENABLE
|