curl ftp删除多个文件sh脚本

发布于 2024-12-09 06:43:42 字数 279 浏览 1 评论 0原文

我正在尝试使用curl(在ubuntu上的sh脚本中调用)通过ftp删除包含多个文件的文件夹,但没有取得太大成功。我可以删除一个空文件夹,如果直接调用我可以删除单个文件。问题是这是一个备份文件夹,名称会改变。
经过研究,似乎无法使用curl ftp命令删除多个文件,唯一的方法是列出文件,然后处理列表并删除每个文件。但我似乎找不到例子,有人可以帮助我吗?

我使用以下命令列出文件:

curl -l ftp://ftpadd/path/ --user "user:pw"

I am trying to delete a folder with multiple files via ftp using curl (called within a sh script on ubuntu), and not having much success. I can delete an empty folder, and I can delete individual files if called directly. The thing is this is a backup folder and the names will change.
After researching it seems you can't delete multi files using the curl ftp command, and the only way is to list the files, then process the list and delete each one. But I cannot seem to find an example, can someone help me with this?

I'm using the following comamnd to list the files:

curl -l ftp://ftpadd/path/ --user "user:pw"

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

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

发布评论

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

评论(1

拥醉 2024-12-16 06:43:42

调用 tnftp 删除文件

called tnftp to delete the files

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