DENRIV - 2014-08-22

FTPCopy V1.0 Windows filesystem <=> FTPServer files and directories synchronizing tool, denriv8@gmail.com (c) August 2014
Command line is :

FTPCopy.exe (url of remote ftp site or remote ftp address ip) (remote ftp user) (remote ftp user password) (localdir) (remotedir) ('get' or 'put' mode) (facultative param : filefilter (by default : *.*)) (facultative param : copysubdir : 0 (no) or 1 (yes))

Sample for downloading all files and all sub directories and all subdirectories files from a remote ftp dir '\RemoteDir\SubDir\' to a local file system dir 'c:\Buffer\LocalDir\' :
FTPCopy.exe myftpsite.com ftpuser ftppassword c:\Buffer\LocalDir\ \RemoteDir\SubDir\ get *.* 1

Sample for uploading all txt files and all sub directories and all sub directories txt files from a local file system dir 'c:\Buffer\LocalDir\' to a remote ftp dir '\RemoteDir\SubDir\'
FTPCopy.exe myftpsite.com ftpuser ftppassword c:\Buffer\LocalDir\ \RemoteDir\SubDir\ put *.txt 1

Sample for downloading all *.txt files from a remote ftp dir : '\RemoteDir\SubDir\' to a local file system dir 'c:\Buffer\LocalDir\' :
FTPCopy.exe myftpsite.com ftpuser ftppassword c:\Buffer\LocalDir\ \RemoteDir\SubDir\ get *.txt 0

 

Last edit: DENRIV 2014-08-22