我在我的 PC 中设置了 Filezilla FTP 服务器,并尝试从本地计算机本身进行 ftp。我可以连接、传输文件,但无法更改远程目录。
默认情况下,它位于主目录(D:/ FTP)上,并且可以更改(cd)到主目录下的子目录..但是我需要访问(D:/ test)主目录之外的文件夹/文件有建议吗?
D:\FTP>ftp localhost
Connected to XXXXXX.
220-FileZilla Server version 0.9.39 beta
220 xxxx ftp server
User (XXXXXXX:(none)): xsds
331 Password required for xsxs
Password:
230 Logged on
ftp> pwd
257 "/" is current directory.
ftp> cd D:
**550 CWD failed. "/D:": directory not found.**
ftp>
使用 FTP,您无法更改到主目录之外的目录。如果您需要访问其他文件,请相应地更改您的主目录。