Home > Network & Internet::FTP, File Transfer & Download > Command Line Ftp Upload
Recommended Software
Command Line Ftp Upload
Web Site:  Command Line Ftp Upload
Author:  software download
Categories:  Network & Internet::FTP, File Transfer & Download
Downloads:  8583
File Size:  518034
Release Date:  September 28, 2009
Operating Systems:  Win 2000/NT, Windows XP
System requirements: 

$29.00 Buy Command Line Ftp Upload    Try Command Line Ftp Upload
 
Description by Publisher

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 wildcard file exclude filter, file size filter, last-modification time filter, Read arguments from text file, compress files to ZIP for uploads, High performance, Ftp Upload log file. 'Command Lie Ftp Upload' Sample 1: command line uplaod love.mp3 to ftp server: FtpUpload --host www.mydomain.com --username david --password mypassword --local "D:/my documents/my musics/" --include "*\love.mp3" --passive true '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 --local "D:/my documents/my musics/" --include "*.png|*.jpeg" --passive true '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 --local "D:/my documents/my musics/" --exclude "*.txt" 'Command Lie Ftp Upload' Sample 4: Read arguments from text file: FtpUpload @mycmdfile.txt