仅 WGET FTP 目录中的文件名

发布于 2024-12-02 11:30:34 字数 111 浏览 0 评论 0原文

我正在尝试创建 ftp 目录中可用文件的动态列表。我认为 wget 可以帮助解决这个问题,但我不太确定如何...所以我的问题是:

使用 wget 从 ftp 目录检索文件名的语法是什么>?

I am attempting to create a dynamic list of files available in an ftp directory. I assume wget can help with this but I'm not really sure how...so my question is:

What is the syntax for retrieving file names from an ftp directory using wget?

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

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

发布评论

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

评论(1

夏天碎花小短裙 2024-12-09 11:30:34

只需执行

wget --no-remove-listing ftp://myftpserver/ftpdirectory/

这将生成两个文件:.listing(这就是您要查找的内容)和index.html(这是列表文件的 html 版本)。

Just execute

wget --no-remove-listing ftp://myftpserver/ftpdirectory/

This will generate two files: .listing (this is what you are looking for) and index.html which is the html version of the listing file.

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