6

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?

Chadddada
  • 1,680
  • 1
  • 19
  • 26
andrerpena
  • 345
  • 2
  • 3
  • 11
  • "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

4 Answers4

6

Winscp is a native Microsoft Windows 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.

iokevins
  • 274
  • 2
  • 18
user9517
  • 115,471
  • 20
  • 215
  • 297
3

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

petrus
  • 5,297
  • 26
  • 42
1

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

the-wabbit
  • 40,737
  • 13
  • 111
  • 174
0

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

hades
  • 1