VSFTPD ("Very Secure FTP Daemon") is an FTP server for Unix-like systems, including Linux.
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 ...
2
votes
1answer
30 views
Share a directory over FTP with chroot_local enabled
I'm using vsftpd. By default, when I create a user, they are jailed in their directory which is /home/user.
I have enabled chroot_local_user=YES.
On the other hand, I also wanted to create a shared ...
2
votes
2answers
844 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
0answers
191 views
CentOS - how to install vsftpd for specific username to have specific directory access only?
I have VSFTPD installed in CentOS. Where i have one username "lesstrust1", when the user login i want the user only can upload/download to this path /var/www/html/oxwall
$ yum install vsfptd
$ ...
2
votes
0answers
131 views
vsftpd: Passwordless authentication to different directory
I am configuring a vsftpd server and the requirements are:
I need a user resourcesadmin with home directory /var/www/resources with password authentication and FTP with write access (already done)
I ...
1
vote
4answers
688 views
I uninstalled vsftpd, but I can still connect with sftp
I installed vsftpd and was in the process of configuring it. When I sent the vsftpd server stop command:
sudo service vsftpd stop
I received:
stop: Unknown instance
So I went ahead and ...
1
vote
1answer
447 views
How can I get vsftpd version into shell variable?
I want to get vsftpd version into shell variable. I can get it to console with ease:
# vsftpd -version
vsftpd: version 2.2.2
Also I can get a lot of other info into variable:
# i=`bash --version ...
1
vote
1answer
289 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
25 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 ...
1
vote
0answers
26 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 ...
1
vote
0answers
123 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.
...
1
vote
0answers
212 views
ftp server log to include more information
I am implementing the ftp server on linux box (fedora 11, vsftpd). Everything works good so far but i need Ftp server log files to contain transfer rate information.
At the moment when I use "get " ...
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
2answers
466 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?
0
votes
2answers
391 views
how to configure VSFTPD for sftp?
I have installed sftpd utility on fedora 10 to restrict users to there (chroot) home directories. It works fine when i use ftp prompt to connect. However it does not work when i connect using SFTP.
...
0
votes
2answers
172 views
How to configure an anonymously writable ftp server with vsftpd?
Sometimes we need to copy things between notebooks fast, and therefore it would be a great solution to have an anonymous ftp server running on notebook "A" that is writable by anonymous (of course ...
0
votes
1answer
20 views
SELinux Write access for vsftpd and samba
This should be easy enough I think, but I'm new to SELinux.
I have a CentOS 6 file server. I have some LVM file systems at /var/media and I want to use both Samba and FTP to share them with a Windows ...
0
votes
2answers
63 views
How to install vsftpd package
I am having a rhel6 server i want to install vsftpd package from there to my client machine
How to do this.
0
votes
1answer
64 views
Can't start vsftpd on Fedora
I have installed vsftpd on my new Eee pc with Fedora 18:
sudo yum install vsftpd
How is it? :
systemctl is-active vsftpd.service
and got
failed
Then
systemctl status vsftpd.service
got
...
0
votes
1answer
31 views
VSFTPD Virtual User Group
Currently I have a Running vsftpd server in a Cent OS Machine with virtual users.
Users are authenticated using MySQL.
The users has all the permissions in their home directory and they are jailed ...
0
votes
0answers
104 views
vsftpd allow full access in selinux
When I try to alow full access to FTP, suing the setsebool -P allow_ftpd_full_access 1
I am getting this error:
libsemanage.get_home_dirs: insta homedir /var/www/html or its parent directory ...
0
votes
0answers
175 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
...
0
votes
0answers
126 views
Is it possible to enter a port range in /etc/services?
I have a passive FTP server setup that accepts ftp-data connections on a specific set of ports, ie 50000-50100
In the /etc/services file, I found the ftp-data entries:
ftp-data 20/tcp # ...