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
31
votes
7 answers

vsftpd error Listing Directories

I installed vsftpd on amazon ec2 with fedora instance and it is the latest version but I am getting the error: In CuteFTP: COMMAND:> PASV 227 Entering Passive Mode (192,168,10,46,14,20) COMMAND:> LIST ERROR:> Can’t connect to remote server. Socket…
onkar
  • 1,149
  • 4
  • 12
  • 14
11
votes
1 answer

vsftpd returns 0,0,0,0 in response to PASV

I set up an FTP server on AWS EC2 (Ubuntu16.04) with passive mode (PASV), but it doesn't work. However, it works with EPSV, don't know why. I searched around but find no answers, any body can help me with this? 1. vsftpd…
codefluxer
  • 113
  • 1
  • 5
8
votes
1 answer

"Boolean ftp_home_dir not defined" CentOS 7 error

I was installing vsftpd on CentOS 7 and when I run setsebool -P ftp_home_dir on Server results: Boolean ftp_home_dir is not defined I needed run it for SELinux allows users to work on FTP.
user2874552
8
votes
3 answers

vsftpd - Cannot upload files to the server. Error 553

I have installed and configured vsftpd on EC2. Reading & Writing was working until I restarted the server. I checked the usual suspects chmod -R 777 /home/data_feed, chown -R datafeed:ftpuser /home/data_feed. But still can't write to the server. The…
Ram
  • 1,297
  • 1
  • 11
  • 17
6
votes
3 answers

vsftpd Login is not successful

I tried installing vsftpd in Ubuntu 15 through apt-get install vsftpd and configured the /etc/vsftpd.conf file. But when I type in terminal as ftp localhost, it prompted for username and password. I entered ftp as username but no idea about the…
SMash
  • 345
  • 2
  • 7
  • 23
6
votes
2 answers

how to force accept only ssl connections in vsftpd?

I did install and configure vsftpd with ssl using openssl. But I want to accept only ssl connections, or, in other words, deny non-ssl connections.
nashuald
  • 805
  • 3
  • 14
  • 31
5
votes
1 answer

vsftpd : Make sure data transfers are encrypted?

So here is my 'problem', I set up an FTP server thanks to vsftpd so that both login & data transfers should be encrypted. Here is the interesting part of my vsftpd.conf…
Laurent Dezitter
  • 710
  • 1
  • 8
  • 16
4
votes
1 answer

Setting up VSFTPD user to have write access to apache2's html directory

Seems like this should be easy, but I'm really struggling here. I'm not well versed on Linux but I can get around. I just setup a new Ubuntu v20.04.2 Server and installed Apache2 on it. I then installed VSFTPD on it as well. Now I'm trying to get it…
DauntlessRob
  • 765
  • 1
  • 7
  • 17
4
votes
2 answers

Cannot rename file using apache commons vfs for vsftpd in ubuntu 18.04

I am trying to rename the file in vsftpd server using apache commons vfs, moveTo function is working fine in local system OS (Kubuntu 19.04) and VSFTPD server but when I try to rename the file in a test environment which has ubuntu 18.04 I am not…
pise
  • 849
  • 6
  • 24
  • 51
4
votes
2 answers

Clone a remote Git repo (Server denied you to change to the given directory)

I have a git repo set on a remote server. I'm trying to clone it on my own PC with this command : git clone ftp://x.x.x.x/testGit/ testGit But I keep getting the error : fatal: unable to access 'ftp://x.x.x.x/testGit/': Server denied you to…
Zenoo
  • 12,670
  • 4
  • 45
  • 69
4
votes
2 answers

Encrypted password in Berkeley DB for vsftpd using pam_userdb.so

I am trying to install a vsftpd with some virtual users using the Berkeley DB. I have mainly followed this guide: http://www.neant.ro/2012/04/secure-ftp-with-vsftpd/ . Everything works fine, but I want to have the passwords hashed inside the…
hveiga
  • 6,725
  • 7
  • 54
  • 78
3
votes
2 answers

FTP server hosting in Azure Kubernetes

I am hosting an FTP server basically vsftpd server in a Azure Kubernetes pod. I have exposed it using a Load balancer type service. I have also forwarded all the exposed ports to the service.I am still unable to connect to the server in passive…
Akansha
  • 71
  • 5
3
votes
2 answers

Running an ftp server on nixos

I would like to run an ftp server on a nixos host. I am using vsftpd, though could use something else if that would make a difference. The ftp works fine on localhost, but the firewall is blocking me for remote usage. I have allowed TCP port 21,…
user3416536
  • 1,429
  • 9
  • 20
3
votes
1 answer

ftp_put "Failed to establish connection" error with FTP SSL connection on some server

I've created a PHP script in order to make backups of web projects. It consists of make a .tar.gz archive, and the send it to a personal FTP Server (with vsftpd). From many Web server it works fine, but from one particular Web server the script not…
Klode
  • 353
  • 3
  • 18
2
votes
1 answer

Setting proper User permissions in VSftpD (Ubuntu Server)

I recently set up an Ubuntu Server (32-bit, 11.04) and setup LAMP. I'm trying to configure VSftpD so I can transfer files locally from my laptop to the Ubuntu server. I was able to follow various tutorials to create the CHroot user list. I was able…
Josh
  • 29
  • 1
  • 1
  • 4
1
2 3
10 11