如何使用 WinSCP 从 FTP 服务器下载特定文件?
How to download specific file from FTP server using WinSCP?
如何通过名称文件从 FTP 复制数据?
我有一个这样的脚本,但是这个脚本会下载所有不存在或被修改的文件:
open Regional4
synchronize local "D:\FTP\pendidikan\sekolah" "/Reg_4/sekolah/2016"
使用 get
command.
get "/Reg_4/sekolah/2016/the_file.ext" "D:\FTP\pendidikan\sekolah\"
如何通过名称文件从 FTP 复制数据?
我有一个这样的脚本,但是这个脚本会下载所有不存在或被修改的文件:
open Regional4
synchronize local "D:\FTP\pendidikan\sekolah" "/Reg_4/sekolah/2016"
使用 get
command.
get "/Reg_4/sekolah/2016/the_file.ext" "D:\FTP\pendidikan\sekolah\"