|
|
我打算让匿名用户可以在/var/ftp/pub/upload目录里上传、下载文件,建立子目录等,可是匿名用户建立了子目录x后,可以上传文件,但就是进不去浏览其中内容啊,怎么办?
错误如下(当前目录是:/var/ftp/pub/upload/x)
ftp> ls
227 Entering Passive Mode (127,0,0,1,228,59)
150 Here comes the directory listing.
226 Transfer done (but failed to open directory).
谢谢执教! |
|