I'm trying to publish web applications automatically using command-line but the default Windows FTP client does not support recursive upload/download for instance.

What are my alternatives to the default Windows FTP client?

link|improve this question

25% accept rate
"Best" is pretty subjective, you should edit your question to indicate your requirements or metrics for qualifying what you consider best. – jscott May 28 '11 at 14:37
feedback

4 Answers

Winscp is a native witdows client that has a command line and scripting interface which supports recursive upload and download. Whether it's the best I wouldn't like to say.

link|improve this answer
feedback

It seems that lftp 4.2.3 exists in the cygwin repositories. It's a very powerful command-line ftp client, very scriptable.

link|improve this answer
feedback

I note the "ultimate" ftp client is still unmentioned - there is a Windows port for NcFTP

link|improve this answer
feedback

http://curl.haxx.se/ <- Curl, does provide ftp among other protocols

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.