Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8015

Troubleshooting • vsftpd connection refused

$
0
0
Hello,
I have installed vsftpd, put a file in /home/michel/FTP and configure vsftpd.conf like that:

Code:

listen=NOlisten_ipv6=NOanonymous_enable=NOlocal_enable=YESwrite_enable=YESlocal_umask=022dirmessage_enable=YESuse_localtime=YESxferlog_enable=YESconnect_from_port_20=YESchroot_local_user=YESsecure_chroot_dir=/var/run/vsftpd/emptypam_service_name=vsftpdrsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pemrsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.keyssl_enable=NOuser_sub_token=$USERlocal_root=/home/$USER/FTP#listen_port=121#ftp_data_port=120
Now when I try to connect to the FTP with my PC and filezilla with host 192.168.1.111 (rpi adress), username: michel, password: mypassword, port: blank (I have tried 20, 21 and 22), I have the error: ECONNREFUSED. I don't understand why.
Thanks for your help.
Michel

Statistics: Posted by michastro — Fri May 16, 2025 8:01 pm



Viewing all articles
Browse latest Browse all 8015

Trending Articles