FTP Auto Sync
Posted on Wednesday, March 10, 2010 in MS OS
Download app:
Go to download
FTP Auto Sync Example:
Copy download files to C:\ftp
Setup C:\ftp\example.ini
[Source]
Type=F
Dir=C:\autouploads\
ExcludeDir=_*
ExcludeFile=_*;*.log
Case=Sensitive
DSTChange=201003140200
DSTDifference=60
[Destination]
Server=ftp.example.com
User=ftp_user
Pass=ftp_pwd
Dir=/auto/upload/dir/
Type=M
TimeOut=60
Passive=Yes
Now setup batch job that can be scheduled: upload.bat
cd C:\ftp
FTPSync example /FULL /QUIET
Can use “/DEBUG” to output log files
More docs here:
Docs
