标题: [其他] 在服务器上使用bat将文件传到FTP无法完成一直卡在一个端口界面 [打印本页]
作者: sunmen 时间: 2021-7-5 09:28 标题: 在服务器上使用bat将文件传到FTP无法完成一直卡在一个端口界面
没法发图片,只能贴文字了。。
150 opening date channel for file upload 。。。。。。。。。- @Echo Off
- Echo open 192.168.1.2 >ftp.up
- Echo c>>ftp.up
- Echo q11>>ftp.up
- Echo Cd .\ >>ftp.up
- Echo binary>>ftp.up
- Echo put "D:\na\3.zip">>ftp.up
- Echo bye>>ftp.up
- FTP -s:ftp.up
- del ftp.up /q
-
- @Pause
复制代码
作者: Batcher 时间: 2021-8-10 23:41
回复 1# sunmen
试试这个方法:
https://blog.csdn.net/zhongqingshen/article/details/78161742
作者: cutebe 时间: 2021-8-30 09:41
第七行:服务器如果是Linux系统需要确认一遍目标文件名3.zip。- Echo put "D:\na\3.zip" 3.zip>>ftp.up
复制代码
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |