使用cd,我可以在FTP服务器(链接)上更改文件夹。
cd
如何确定我目前所在的目录?
我使用的是Windows 10标准ftp。我启动了工具cmd.exe,然后输入了ftp / open。
ftp
cmd.exe
open
谢谢
发布于 2022-08-30 14:05:17
使用命令
ftp> pwd 257 "/" is current directory.
https://stackoverflow.com/questions/73540665
相似问题