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?
|
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? |
||||
|
|
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. |
|||
|
|
|
It seems that lftp 4.2.3 exists in the cygwin repositories. It's a very powerful command-line ftp client, very scriptable. |
|||
|
|
|
I note the "ultimate" ftp client is still unmentioned - there is a Windows port for NcFTP |
|||
|
|
|
http://curl.haxx.se/ <- Curl, does provide ftp among other protocols |
|||
|
|