Windows 下什么是像样的 SFTP 命令行客户端?

发布于 2024-09-14 09:19:08 字数 73 浏览 6 评论 0原文

大多数 Windows SFTP 客户端(如 FileZilla)似乎都是基于 GUI 的。我需要一些可以从批处理文件中调用的东西。

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

傲世九天 2024-09-21 09:19:08

pscp 和 psftp 是非常可定制的(选项)并且重量轻。开源启动。

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

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

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

抽个烟儿 2024-09-21 09:19:08

WinSCP 具有命令行功能:

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

脚本在 example.txt 中完成。

请参阅http://winscp.net/eng/docs/guide_automation

请参阅http://winscp.net/eng/docs/guide_automation_advanced 了解如何使用脚本语言(例如 Windows 命令)的详细信息解释器/php/perl.

FileZilla 确实有命令行,但仅限于使用站点管理器中预定义的服务器打开 GUI。

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.

迷鸟归林 2024-09-21 09:19:08

Cygwin + sftp/scp 自然

Cygwin + sftp/scp natrually

战皆罪 2024-09-21 09:19:08

可以从批处理文件调用 WinSCP:

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

示例命令:

option batch on 
option confirm off  
option transfer binary 
open sftp://username@hostname:port -hostkey="ssh-rsa " 

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 " 
枕梦 2024-09-21 09:19:08

www.bitvise.com - sftpc 也是一个很好的命令行客户端。

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

那些过往 2024-09-21 09:19:08

LFTP 很棒,但它仅限于 Linux。您可以在此处找到 Windows 端口。但从未尝试过。

Achtunq,它使用 Cygwin,但所有内容都包含在捆绑包中。

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.

晨曦慕雪 2024-09-21 09:19:08

bitvisetunnelier 效果非常好

bitvise tunnelier works really well

你与昨日 2024-09-21 09:19:08

这个小应用程序适合我。我找不到另一个基于 CLI 的客户端来访问我的基于 IIS 的 TLS/SSL 安全 ftp 站点:
http://netwinsite.com/surgeftp/sslftp.htm

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

煮茶煮酒煮时光 2024-09-21 09:19:08

Filezilla 非常棒,它可以支持命令行参数

Filezilla is great and it can support command line arguments.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文