Most of the windows SFTP clients (like FileZilla) seem to be GUI-based. I need something I can call from batch files.
A:
Filezilla is great and it can support command line arguments.
Matt Williamson
2010-08-13 13:54:06
You're going to want to put in/escape your closing parenthesis.
Steven Xu
2010-08-13 13:54:49
No, the command line arguments are just for opening the UI already connected to a certain server. I want to script it with a batch file, the entire process has to be command-line driven.
Eggplant Jeff
2010-08-13 13:58:53
Ahhhhh, gotcha.
Matt Williamson
2010-08-13 14:08:25
+3
A:
pscp and psftp are very customizable(options) and light weight. Open source to boot.
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Chris
2010-08-13 13:54:30