Tagged Questions
1
vote
0answers
24 views
vsftpd virtual user read permissions
I have a vsftp server that services a read-only public space by anonymous login. It works fine. I need to add a few specific users that will authenticate by username/password and they will have ...
0
votes
0answers
172 views
Linux Permissions vsftpd
I have mybb installed and running in /var/www/forums.
I have two users part of the www group, logan and www-data.
I have the recursive permissions of forums directory set to:
chmod -R 755 forums
...
1
vote
0answers
122 views
vsftpd on Ubuntu not obeying filesystem permissions
I'm trying to set an FTP upload to a web root on Ubuntu 12.04 using vsftp.
The user has a local account, username_ftp. I changed their home to their web root in /etc/passwd.
...
2
votes
2answers
830 views
getting 553 - cannot create file in vsftpd (ubuntu 12.04)
I'm trying to setup a ftp account for a user that has read/write access to one folder: /items/myuser
I've set up the account with username 'myuser' in Linux with the adduser command. After that, I've ...
2
votes
1answer
1k views
CentOS 6 VSFTP 553 Could not create file
I installed vsftpd yesterday on CentOS 6, however didn't get a chance to test it today. When I went to upload a test file it's coming back and giving me this error:
553 Could not create file
After ...
1
vote
1answer
284 views
Permisions overwritten when files are transfered via FTP. What to do?
Got my web server up and running using apache2 with the ability to ftp to /var/www folder. However, if I make an update to .html and copied over the file via ftp, the file's permisions become more ...