Users Cannot Delete Files in FTP
Hello!
I am running ProFTPd on Ubuntu 5.04 Server....
When users log into their FTP directory they cannot delete any of their files... I thought perhaps this was a permissions problems but even CHMODDING them to 777 they cannot delete them.
Here's a log where I uploaded a file and then tried to delete it...
USER nomad
331 Password required for nomad.
PASS (hidden)
230 User nomad logged in.
SYST
215 UNIX Type: L8
FEAT
211-Features:
211-MDTM
211-REST STREAM
211-SIZE
211 End
TYPE I
200 Type set to I
REST 0
350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer
PWD
257 "/" is current directory.
PORT 192,168,15,100,8,182
200 PORT command successful
LIST -aL
150 Opening ASCII mode data connection for file list
117 bytes transferred. (2.28 KB/s) (50 ms)
226 Transfer complete.
Remote file exist check: '009.jpg'.
SIZE 009.jpg
550 009.jpg: No such file or directory
PORT 192,168,15,100,8,183
200 PORT command successful
STOR 009.jpg
150 Opening BINARY mode data connection for 009.jpg
177901 bytes transferred. (51.6 KB/s) (00:00:03)
226 Transfer complete.
SIZE 009.jpg
213 177901
PORT 192,168,15,100,8,184
200 PORT command successful
LIST -aL
150 Opening ASCII mode data connection for file list
181 bytes transferred. (3.53 KB/s) (50 ms)
226 Transfer complete.
Transfer successful.
DELE 009.jpg
550 009.jpg: Permission denied
If you need more information please just ask, I need help.
Ran
|