Questions tagged [vsftp]
16 questions
2
votes
2 answers
vsftp work only without TLS
Hi I installed vsftpd on ubuntu 20.04, at the beginning I tested my FTP server without having secured and it worked fine !!
But when I use the TLS certification the server does not work anymore I do not know what it is where it is what's the problem…
Rayen Ben Said
- 45
- 4
2
votes
1 answer
Two vsftpd instances - check passive port on FTPS
I have configured VSFTPD in a CentOS machine to run on two instances, with vsftpd.conf and vsftpd2.conf. Here is the content of the second conf…
user73540
- 21
- 3
2
votes
1 answer
vsftpd does not allow chrooted users write to directory
I installed vsftpd on ubuntu 12.04 and chrooted local users, in order not to let them see the other parts of system. but when a local user wants to login into ftp it gives out this error:
500 OOPS: vsftpd: refusing to run with writable root inside…
Hojat Taheri
- 5,026
- 6
- 23
- 22
1
vote
0 answers
Error: Could not establish data connection: Connection refused
Hi every i used a vsftpd server so this is my configuration and the error output when i test my ftp server online…
Rayen Ben Said
- 45
- 4
1
vote
0 answers
How can I lock an FTP user to their home directory?
I have found some help regarding locking an FTP user to their home directory, but after following steps, I find I'm still able to run cd .. and exit that directory and browse the file system. I'm using CentOS 7. Here are my steps:
yum install vsftpd…
Rail24
- 141
- 2
- 9
1
vote
1 answer
Error connecting to FTP through router
I have vsftpd setup in a docker container, and all seems well when connecting with the filezilla client from within my LAN. However, I get the following errors when I trying to do the same from outside my LAN.
Status: Disconnected from…
swv
- 309
- 1
- 4
- 11
1
vote
0 answers
SLES 12 - vsftpd with AppArmor in enforce mode, "lftp" error for "ls" command: `ls' at 0 [500 OOPS: setrlimit]
In a virtual machine (VM) with SLES 12 (SUSE Linux Enterprise Server 12), after enforcing ("enforce mode") the AppArmor profile for "vsftpd" to confine it (via the "aa-enforce vsftpd" command), I'm doing a "lftp" session to "localhost",…
ricmarques
- 255
- 3
- 12
1
vote
4 answers
All files are not getting downloaded by SFTP script
I have a sftp file script with below details,my server folder like BCP11,BCP12,BCP13,BCP14.....BCPXX. In which BCPDUMP folder have files.
Filename : file_sftp.sh
#!/usr/bin/expect
spawn sftp [email protected]
expect "[email protected]'s…
user3548033
- 593
- 2
- 12
- 25
0
votes
0 answers
vsftp : understanding passive mode, extended passive mode, and how to configure them
I installed a vsftp server. It works, with command line 'ftp' I can connect to it and upload ('put') files. But if I type 'ls', then it hangs after displaying:
Entering Extended Passive Mode (||||)
Reading documentation and tutorials, I…
Vince
- 123
- 2
0
votes
0 answers
VSFTPD 500 OOPS: cannot change directory:/logs
I am getting error 500 OOPS: cannot change directory:/logs while using file zila client to access this directory. My linux kernel version is "4.9.11". I have created a user called log_user which corresponds to /logs directory. This custom user I…
karkator
- 1
- 2
0
votes
0 answers
Linux Directory Size Limiting
I have a FTP server with anonymous access for my local network. Here I have directories named with department names. I want to limit the directory sizes in respect to departments.
/var/ftp/pub/
X Company/
Dept 1/
…
Tasbir
- 31
- 1
- 1
- 9
0
votes
1 answer
vsftpd service does not start saying vsftpd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
I am configuring with Ansible a VM running Ubuntu to run this FTP server: vsftpd, however after the installation when I inspect the logs with journalctl -u vsftpd.service I see:
Nov 20 17:49:58 my-vm systemd[1]: Starting vsftpd FTP server...
Nov 20…
TPPZ
- 455
- 1
- 6
- 14
0
votes
0 answers
How to set up the directory of an anonymous vsftpd server
I have set up a vsftp server with anonymous access. vsftpd.conf contains the following:
anon_root=/var/www/ftp/
secure_chroot_dir=/var/www/ftp
local_root=/var/www/ftp
After login in as anonymous, the ls command is successful executed but doesn't…
user123456
- 4,758
- 11
- 52
- 78
0
votes
1 answer
Problem With Permissions When Uploading FTP on VSFTP
I am running a LAMP server and have installed VSFTPD to give access to my web root directory. I have created a user, let's say 'ab', and given it ownership of the web root directory and allowed it to login through VSFTPD.
I am able to login and…
Hubk
- 1
- 1
- 2
0
votes
1 answer
Can't see harddrive folder in ftp client
I've mounted my hard drive to my Raspberry Pi using a tutorial I mounted the drive in /media/movies. The problem is that when I connect my Raspberry Pi to an FTP client, I can only see the "home" and "python games" folder; I see no directory named…
Anton
- 1
- 1