PyroBatchFTP allows users to automatically exchange files with FTP servers. The program offers an ea
PyroBatchFTP allows users to automatically transfer files between computers via the internet FTP protocol.
PyroBatchFTP supports file, directory and directory-tree up and downloads and is intended to automate repetitive FTP up/download tasks like updating a web server, etc. with a simple script like this.
Connect "ftp.webserver.com", "user", "passwort"
LocalChDir "C:\WebStuff"
RemoteChDir "webroot"
PutDir -r
Disconnect