假设FTP站点上有一些文件夹:
test_20160125,test_20160222
Run Code Online (Sandbox Code Playgroud)
我使用命令删除 FTP 上的特定文件夹:
ftp> rm *test_*
550 The filename, directory name, or volume label syntax is incorrect.
Run Code Online (Sandbox Code Playgroud)
如何使用FTP命令删除文件夹?