only master can see directories - new users see nothing
OK I have one user with +1MTH flags. I add grp "TEST" successfully. Then I "gadduser TEST test test *@*" sucessfully.
When he logs in, the default directory is blank, however he can access the directories manually.
257 "/" is current directory.
TYPE A
200 Type set to A.
PASV
227 Entering Passive Mode (128,125,171,119,5,141)
LIST -al
150 Opening ASCII mode data connection for directory listing.
226- [Ul: 0.0MB] [Dl: 0.0MB] [Speed: 0.0K/s] [Free: 6839MB]
226 [Section: Default] [Credits: 0.0MB] [Ratio: 1:3]
List Complete: 0 bytes in 1.24 (1.00 KBps)
So he logs in fine, but only sees "/" - doesn't see any directories ie. /UPLOADS.
I have to manually type in the field to change to /UPLOADS and hit enter.
CWD /UPLOADS
250 CWD command successful.
PWD
257 "/UPLOADS/" is current directory.
PASV
227 Entering Passive Mode (128,125,171,119,5,20)
LIST -al
150 Opening ASCII mode data connection for directory listing.
226- [Ul: 0.0MB] [Dl: 0.0MB] [Speed: 43.1K/s] [Free: 6839MB]
226 [Section: Default] [Credits: 0.0MB] [Ratio: 1:3]
List Complete: 133 bytes in 1.20 (0.11 KBps)
If I change the dir to /Uploads it can access the directory just fine. Why can't it see the directories (vfs) in root ???
- my default.vfs and admin.vfs are exactly the same.
- the user has VFSFILE ..\etc\default.vfs in his group file.
- the attributes for ALL directories is 777.
My guess would be it has something to do with file owner, but with 777 perms, wtf ???
|