iis 中的无效命令 MDTM ftp

Invalid command MDTM in iis ftp

我想获取 ftp 服务器上文件的所有时间戳。 它是 windows 10 上的 iis ftp 服务器。 当我输入“?”在命令行提示符下,已显示以下列表

 ftp> ?
 Commands may be abbreviated.  Commands are:
 
 !               delete          literal         prompt          send
 ?               debug           ls              put             status
 append          dir             mdelete         pwd             trace
 ascii           disconnect      mdir            quit            type
 bell            get             mget            quote           user
 binary          glob            mkdir           recv            verbose
 bye             hash            mls             remotehelp
 cd              help            mput            rename
 close           lcd             open            rmdir

这里没有mdtm命令,虽然google说这个cmd是在IIS6、IIS7年前添加的。 我应该怎么办? 或者有什么cmd可以代替吗?

? 是错误的命令,因为它打印出关于 Windows FTP 命令的帮助信息,而不是 IIS FTP 服务器。

你应该使用 remotehelp,我几年前在 this blog post.

中写过