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:26

This little application does the job for me. I could not find another CLI based client that would access my IIS based TLS/SSL secured ftp site: http://netwinsite.com/surgeftp/sslftp.htm

查看更多
我只想做你的唯一
3楼-- · 2020-02-20 06:29

Cygwin + sftp/scp natrually

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2020-02-20 06:31

WinSCP has the command line functionality:

c:\>winscp.exe /console /script=example.txt

where scripting is done in example.txt.

See http://winscp.net/eng/docs/guide_automation

Refer to http://winscp.net/eng/docs/guide_automation_advanced for details on how to use a scripting language such as Windows command interpreter/php/perl.

FileZilla does have a command line but it is limited to only opening the GUI with a pre-defined server that is in the Site Manager.

查看更多
登录 后发表回答