12345678910111213141516171819202122232425262728293031 |
- #阿里云
- IP=47.105.122.91
- PORT=21
- USER=ftptest
- PASSWD=123456
- ROOT=/home/ftptest
- LOCAL=ENABLE
- #百度云
- IP=180.76.154.142
- PORT=21
- USER=dail
- PASSWD=1229
- ROOT=/home/dail/Factory_Test
- LOCAL=ENABLE
- #内部服务器
- IP=192.168.1.74
- 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
|