views:

56

answers:

4

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
You're going to want to put in/escape your closing parenthesis.
Steven Xu
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
Ahhhhh, gotcha.
Matt Williamson
+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
psftp is exactly what I was looking for, thanks!
Eggplant Jeff
+1  A: 

Cygwin + sftp/scp natrually

MooGoo
I need to execute it from a batch file. Cygwin is out.
Eggplant Jeff
A: 

bitvise tunnelier works really well

ArchieVersace