You are not logged in.
Hello,
I have a problem with the ftp server(vsftpd).The new files are saved with permissions 600 (rw ----). So apache server can't show them. Ftp access is configured with my local user and this home is in /srv/http.
The trouble is the user config access...
Last edited by felipe (2013-07-29 16:38:14)
Offline
solved:
acording to
Q) Help! Uploaded files are appearing with permissions -rw-------.
A1) Depending on if this is an upload by a local user or an anonymous user,
use "local_umask" or "anon_umask" to change this. For example, use
"anon_umask=022" to give anonymously uploaded files permissions
-rw-r--r--. Note that the "0" before the "22" is important.
A2) Also see the vsftpd.conf.5 man page for the new "file_open_mode"
parameter.
more info :
Offline
solved
Glad you got it worked out. Please remember to add [Solved] to the beginning of your thread title.
All the best,
-HG
Offline