Questions tagged [vsftp]
8 questions
1
vote
0 answers
vsftpd won't allow user to follow symlinks and to write in the destination folder
Related to the questions :
How to allow a vsftpd to write to a folder other than default /files?
(The answers are not what I need)
and Allow local users to access /var/www folder in vsftpd
(I don't understand the answer, I don't know how to do what…

Alain Reve
- 11
- 2
0
votes
0 answers
chroot vs home_folder in vsftpd
I'm using vsftpd, and I can't seem to get the behaviour I want through vsftpd.conf. What if you want /folder to be the change root folder to disallow users from going one folder up, but the starting directory for all sessions to be…
0
votes
0 answers
Clustered vsftpd service stops working with no error log
We've got a pacemaker cluster of vsftpd server made of two nodes in a active/pasive scheme. We have experienced the following behaviour.
vsftpd.log stops recording activity while xferlog keeps recording (transfers keeps ocurring). vsftpd.log shows…

cape
- 169
- 1
- 4
0
votes
1 answer
Active mode vsftpd configuration
i have a question about vsftp please !
if i use active mode for my ftp server , should i see that my vsftp server is listening on 21 and 20 port when i use netstat ??
when i test
sudo netstat -lnp | grep vsftp
i get only port 21
tcp 0 …

Rayen Ben Said
- 5
- 1
- 4
0
votes
0 answers
"Combine" multiple FTP directories so they appear as one
I own a website that allows users to upload files. I have MY files on there as well, but I don't want to mix their files with mine, just in case somebody puts a bunch of malicious files and need to be mass removed. Rather than hunting them down…

Syllith
- 1
0
votes
0 answers
vsftpd says : 530 Login incorrect
i am trying to connect a ftp user
it is showing
[root@host etc]# lftp testuser@:::
Password:
lftp testuser@:::~> ls
ls: Login failed: 530 Login incorrect.
lftp testuser@:::~>
and my vsftpd.conf…
user621116
0
votes
1 answer
vsftp has a bug with Fedora 32 - how do I report it: 500 OOPS: SSL: cannot load RSA private key vsftpd
Just to be clear, this is as of Fedora 32, and vsftpd-3.0.3-36.fc32.x86_64 for vsftpd.
This is NOT the same problem as previously was reported here, but it has the same outward appearance and, indeed, the answer(s) there were helpful in my figuring…

Richard T
- 1,206
- 12
- 29
-1
votes
1 answer
vsftp work in terminal but not on filezilla and browser
I work under in a docker image, under a VPS!
i have install vsftp in my ubuntu 20.04! at the beginning I tested ftp 127.0.0.1 in the command line and everything goes well I created a user and I tested the file transfer.
after adding the ssl…

Rayen Ben Said
- 5
- 1
- 4