Questions tagged [vsftpd]

vsftpd is a secure and fast FTP server for UNIX-like systems that is used on many large and critical Internet sites. Its rich feature set includes SSL encryption, IPv6, bandwidth throttling, PAM integration, virtual users, virtual IPs and per-user / per-IP configuration. Note: Questions MUST be programming related.

Home page: https://security.appspot.com/vsftpd.html

About vsftpd

vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. It is secure and extremely fast. It is stable. Don't take my word for it, though. Below, we will see evidence supporting all three assertions. We will also see a list of a few important sites which are happily using vsftpd. This demonstrates vsftpd is a mature and trusted solution. Features

Despite being small for purposes of speed and security, many more complicated FTP setups are achievable with vsftpd! By no means an exclusive list, vsftpd will handle:

  • Virtual IP configurations
  • Virtual users
  • Standalone or inetd operation
  • Powerful per-user configurability
  • Bandwidth throttling
  • Per-source-IP configurability
  • Per-source-IP limits
  • IPv6
  • Encryption support through SSL integration
  • etc...
155 questions
-2
votes
1 answer

How to stop vsftpd server

I downloaded the vsftpd file (The latest vsftpd release is v3.0.3) and manually installed it. I then started the server using the command ./vsftpd_v1 vsftpd_v1.conf and terminated it using Ctrl-z. When I tried to start it again using the same…
Satish Saini
  • 299
  • 3
  • 9
-2
votes
2 answers

vsftpd installation on ubuntu 16.04 LTS

I'm use Linux server with vsftpd connection created successfully but i can't retrieve the files
Roufail
  • 551
  • 1
  • 8
  • 23
-2
votes
1 answer

Set ftp service in www folder for several seperate users

I have a web server( CENTOS 7 ) with some virtual hosts. I want to let some users upload their own files in their own www folders. It means for each [apache] user they have their own folder. For example user1 should have access to /www/user1 and for…
-3
votes
1 answer

Doesn't show anything on folder vsftpd

vsftpd.conf folder is anonymous_enable=NO local_enable=YES write_enable=YES chroot_local_user=NO listen=NO listen_ipv6=YES pam_service_name=vsftpd userlist_enable=YES tcp_wrappers=YES I run the bash code like that sudo chown myftp:myftp /var/www/…
XarzaMora
  • 25
  • 1
  • 6
-4
votes
2 answers

Unable to install vsftpd on centos 6

I'm having trouble with installing vsftpd on centos 6. When I enter the command yum install vsftpd I get the following: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.widexs.nl * extras:…
Devos50
  • 2,025
  • 4
  • 25
  • 56
1 2 3
10
11