Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 FTP 通过命令提示符上传到远程目录。
当我尝试使用命令连接时,目录名称为“TEST DIR”
ftp>cd TEST DIR it is throwing no such directory found error
请建议。
尝试用引号 (") 将您的目录括起来,如下所示:
cd“测试目录”