Hi!
I've got installed wu-ftpd on my RedHat 7.1.
I get "553: Permission denied on server (Overwrite)" error when trying user 'ftp' to upload a file to /var/ftp/foo
/etc/passwd
ftp:x:14:50:FTP User:/var/ftp:
/etc/ftpaccess:
upload /var/pub/foo * yes
overwrite /var/pub/foo * yes
chmod /var/pub/foo * yes
delete /var/pub/foo * yes
rename /var/pub/foo * yes
/var/ftp:
d--x--x--x 2 root root 1024 jul 10 12:36 bin
d--x--x--x 2 root root 1024 jul 10 12:34 etc
drwxr-xr-x 2 root root 1024 jul 10 12:34 lib
drwxr-sr-x 2 root ftp 1024 mon 21 16:37 pub
drwxr-xr-x 2 ftp root 1024 jul 13 13:23 foo
/var/ftp/foo:
-rw-r--r-- 1 ftp ftp 0 jul 13 13:15 myfile.txt
-rw-r--r-- 1 ftp ftp 306 jul 13 12:57 data2.html
What am I doing wrong?
I've got installed wu-ftpd on my RedHat 7.1.
I get "553: Permission denied on server (Overwrite)" error when trying user 'ftp' to upload a file to /var/ftp/foo
/etc/passwd
ftp:x:14:50:FTP User:/var/ftp:
/etc/ftpaccess:
upload /var/pub/foo * yes
overwrite /var/pub/foo * yes
chmod /var/pub/foo * yes
delete /var/pub/foo * yes
rename /var/pub/foo * yes
/var/ftp:
d--x--x--x 2 root root 1024 jul 10 12:36 bin
d--x--x--x 2 root root 1024 jul 10 12:34 etc
drwxr-xr-x 2 root root 1024 jul 10 12:34 lib
drwxr-sr-x 2 root ftp 1024 mon 21 16:37 pub
drwxr-xr-x 2 ftp root 1024 jul 13 13:23 foo
/var/ftp/foo:
-rw-r--r-- 1 ftp ftp 0 jul 13 13:15 myfile.txt
-rw-r--r-- 1 ftp ftp 306 jul 13 12:57 data2.html
What am I doing wrong?