Swimming_Bird Posted January 12, 2006 Posted January 12, 2006 Anyone have any good basic command line based ftp programs?-Thanks
nmX.Memnoch Posted January 12, 2006 Posted January 12, 2006 Windows has an FTP command line utility built in.
Swimming_Bird Posted January 12, 2006 Author Posted January 12, 2006 Windows has an FTP command line utility built in.i played around with it i didnt like it muchand chances are there are plenty of 3rd party ones that have a lot more features.
DeathKnight Posted January 12, 2006 Posted January 12, 2006 Try NcFTP windows version. You can find it here:http://www.ncftp.com/
nmX.Memnoch Posted January 12, 2006 Posted January 12, 2006 Windows has an FTP command line utility built in.i played around with it i didnt like it muchand chances are there are plenty of 3rd party ones that have a lot more features.What exactly would you like to do with it? I've never run across anything that I couldn't do with it. You can even pass a script with commands to it for auto downloading stuff on a schedule.
Oleg_II Posted January 13, 2006 Posted January 13, 2006 (edited) What exactly would you like to do with it? I've never run across anything that I couldn't do with it. You can even pass a script with commands to it for auto downloading stuff on a schedule.Just curious: is it possible to write a script that compares the folder on local computer with one on the host computer (ftp, including a few subfolders) and then delete the files that are not present or newer on local computer installing new versions on the host? In other words - synchronize two sites? Edited January 13, 2006 by Oleg_II
Swimming_Bird Posted January 13, 2006 Author Posted January 13, 2006 Windows has an FTP command line utility built in.i played around with it i didnt like it muchand chances are there are plenty of 3rd party ones that have a lot more features.What exactly would you like to do with it? I've never run across anything that I couldn't do with it. You can even pass a script with commands to it for auto downloading stuff on a schedule.how exactly i havnt been able to do anything via the command line and the help command is useless
boggen Posted January 13, 2006 Posted January 13, 2006 been awhile i do believe the pro version or site version of "bullet proof FTP" has a set of commands / scripting language for websites / ftp programs etc....windows has built in sync "keep local and website as single copy" * scratchs chin, *only used windows built in maybe once*
nmX.Memnoch Posted January 13, 2006 Posted January 13, 2006 Windows has an FTP command line utility built in.i played around with it i didnt like it muchand chances are there are plenty of 3rd party ones that have a lot more features.What exactly would you like to do with it? I've never run across anything that I couldn't do with it. You can even pass a script with commands to it for auto downloading stuff on a schedule.how exactly i havnt been able to do anything via the command line and the help command is uselessBasically you put your commands in a text file. For instance, below is the content of a cescript.txt that I use for SAV updates:open ftp.symantec.comanonymoussavce@update.comcd AVDEFS/norton_antivirus/staticlcd C:\Scripts\savcebinhashpromptget navup8.exequitThen you start the FTP with a -s command like so:ftp -s:cescript.txtWhat exactly would you like to do with it? I've never run across anything that I couldn't do with it. You can even pass a script with commands to it for auto downloading stuff on a schedule.Just curious: is it possible to write a script that compares the folder on local computer with one on the host computer (ftp, including a few subfolders) and then delete the files that are not present or newer on local computer installing new versions on the host? In other words - synchronize two sites?There are programs that are designed specifically for this. I believe FTP Voyager has a function for this...it's not CMD based though.
Oleg_II Posted January 13, 2006 Posted January 13, 2006 nmX.MemnochI use one - WebPublisher. Command line option would be interesting But anyway thanks - interesting information.
InTheWayBoy Posted March 30, 2006 Posted March 30, 2006 wcl_ftp is pretty nice...the webiste is sh*tty but the app is very handy:http://www.pacific.net/~ken/software/I use it in my login scripts and it works very well.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now