|
|
我的proftpd能登陆,能建立文件夹,但是只要一ls就出问题
Name (localhost:root): danyja
331 Password required for danyja.
Password:
230 User danyja logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> mkdir aaa
257 "/aaa" - Directory successfully created
ftp> pwd
257 "/" is current directory.
ftp> cd aaa
250 CWD command successful
ftp> pwd
257 "/aaa" is current directory.
ftp> ls
227 Entering Passive Mode (127,0,0,1,128,41).
421 Service not available, remote server has closed connection
ftp> |
|