Command Line Ftp Upload Short Description:
Command Line Ftp Upload
Command Line Ftp Upload Long Description:
With 'Command Line Ftp Upload' you can upload files directly from windows command line (DOS prompt). Your can Call 'Command Line Ftp Upload' from any software. wildcard file include filter and file exclude filter, file size filter, last-modification time filter, Read arguments from text file, High performance, Ftp Upload log
'Command Lie Ftp Upload' Sample 1:
command line uplaod love.mp3 to ftp server:
FtpUpload --host www.mydomain.com --username david --password mypassword --remote "/home/david/backup/" --local "D:/my documents/my musics/" --include "*\love.mp3" --passive true --timeout 10
'Command Lie Ftp Upload' Sample 2:
command line ftp uplaod .png and .jpeg files to ftp server:
FtpUpload --host www.mydomain.com --username david --password mypassword --remote "/home/david/backup/" --local "D:/my documents/my musics/" --include "*.png|*.jpeg" --passive true --timeout 10
'Command Lie Ftp Upload' Sample 3:
command line ftp uplaod all files but .txt files are excluded:
FtpUpload --host www.mydomain.com --username david --password mypassword --remote "/home/david/backup/" --local "D:/my documents/my musics/" --exclude "*.txt"