The Default Microsoft Command Line FTP Client does not support some commands like AUTH, SITE & CONNECT. Is there any other Command Line FTP Client available to achieve this?

link|improve this question
3  
shouldn't be moved to superuser.com? – Andy T Feb 15 '11 at 11:12
feedback

migrated from stackoverflow.com Feb 15 '11 at 16:02

This question came from our site for professional and enthusiast programmers.

1 Answer

http://www.coreftp.com/

has many options including command line support

psftp[1] has support for batch processing, it could be interesting too. And supports wildcards.

[1] http://the.earth.li/~sgtatham/putty/0.62/htmldoc/Chapter6.html

link|improve this answer
I am finding Core FTP's command line functionality severely lacking. E.g., it has no support to upload multiple files at once, apart from uploading an entire folder. – Protector one Jan 2 at 9:43
feedback

Your Answer

 
or
required, but never shown

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