What's a decent SFTP command-line client for w

2020-02-20 05:37发布

Most of the windows SFTP clients (like FileZilla) seem to be GUI-based. I need something I can call from batch files.

9条回答
贼婆χ
2楼-- · 2020-02-20 06:12

pscp and psftp are very customizable(options) and light weight. Open source to boot.

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

查看更多
该账号已被封号
3楼-- · 2020-02-20 06:14

WinSCP can be called from batch file:

"C:\Program Files\WinSCP\WinSCP.exe" /console

Example commands:

option batch on 
option confirm off  
option transfer binary 
open sftp://username@hostname:port -hostkey="ssh-rsa " 
查看更多
时光不老,我们不散
4楼-- · 2020-02-20 06:14

www.bitvise.com - sftpc is a good command line client also.

查看更多
女痞
5楼-- · 2020-02-20 06:16

LFTP is great, however it is Linux only. You can find the Windows port here. Never tried though.

Achtunq, it uses Cygwin, but everything is included in the bundle.

查看更多
霸刀☆藐视天下
6楼-- · 2020-02-20 06:22

bitvise tunnelier works really well

查看更多
萌系小妹纸
7楼-- · 2020-02-20 06:22

Filezilla is great and it can support command line arguments.

查看更多
登录 后发表回答