VSFTPD ("Very Secure FTP Daemon") is an FTP server for Unix-like systems, including Linux.
2
votes
2answers
31 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
2answers
65 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
25 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
1answer
65 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 ...
2
votes
0answers
194 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
0answers
29 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
124 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
215 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 " ...
0
votes
0answers
105 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
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
...
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 # ...