【发布时间】:2016-10-30 12:23:00
【问题描述】:
假设 FTP 站点上有一些文件夹:
test_20160125,test_20160222
我使用命令删除FTP上的特定文件夹:
ftp> rm *test_*
550 The filename, directory name, or volume label syntax is incorrect.
如何使用 FTP 命令删除文件夹?
【问题讨论】:
-
欢迎来到 Stack Overflow!请将您的问题移至Super User。这里是off-topic。