gpt4 book ai didi

scripting - 可编写脚本的 FTP 客户端

转载 作者:行者123 更新时间:2023-12-02 05:55:54 24 4
gpt4 key购买 nike

我需要一个脚本来下载给定目录中的所有文件。我只有 ftp 访问权限。

快速测试表明我无法让我的 ftp 客户端从命令行登录。即使在尝试了 Arnshea 的回答之后,它仍拒绝从文件 stdin 中读取密码。

即使登录后我也无法下载外卡。 (使用 mget 修复,感谢 Arnshea)

尝试 wget 也失败了。

只要简单,我就可以使用 Windows 或 Linux。

最佳答案

如果你在 Windows 上,你可以将一个包含要执行的命令的文本文件传递给它...

例如,

ftp -s:ftptest.txt ftp.download.com

其中 ftptest.txt 包含

anonymous
nowhere@noone.net
bin
hash
prompt
mget *.*
quit

关于scripting - 可编写脚本的 FTP 客户端,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/722825/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com