一个小菜鸟的问题:vsftp的问题
配置好vsftp后,用windows登录出现下面的提示:
C:\Documents and Settings\Administrator>ftp 192.168.1.221
Connected to 192.168.1.221.
220 Welcome to blah FTP service.
User (192.168.1.221none)): aaa
331 Please specify the password.
Password:
230 Login successful.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp> pwd
257 "/home/aaa"
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
226 Directory send OK.
ftp>
无法看到vsftp的目录内容!
请指教!