Tagged Questions
2
votes
2answers
32 views
A secure way to confine FTP login users to a single directory
I needed to provide multiple users FTP logins, some able to write, some only to read, to a single FTP root directory. I very much wanted that they not see of the file system anything above that ...
0
votes
0answers
179 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
126 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
856 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 ...
1
vote
1answer
112 views
FTP Upload Hook [duplicate]
Possible Duplicate:
How to run a command when a directory's contents are updated?
I need to be notified and perform other tasks when a file is uploaded onto my server. Is there any ...
1
vote
1answer
291 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 ...
1
vote
2answers
470 views
set up a user and its root dir in vsftpd, in Ubuntu
I want to setup a www-data user for vsftpd and set its root dir to /somepath/www-data/project.
How can I do this?