Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Trying connect to vsftpd server

Can you connect with any other SSH/SFTP client?
konstantinosdms

Trying connect to vsftpd server

Here is my configuration file:
listen=no
listen_ipv6=yes
anonymous_enable=yes
local_enable=yes
write_enable=yes
dirmessage_enable=yes
use_localtime=yes
xferlog_enable=yes
connect_from_port_20=yes
log_ftp_protocol=yes
xferlog_file=/var/log/vsftpd.log
ftpd_banner=wewwwww
chroot_list_enable=yes
chroot_list_file=/etc/vsftpd.chroot_list
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/private/vsftpd.pem
rsa_private_key_file=/etc/ssl/private/vsftpd.pem
ssl_enable=yes
allow_anon_ssl=no
require_ssl_reuse=no
 
ssl_sslv2=yes
ssl_sslv3=yes
debug_ssl=yes
implicit_ssl=yes
force_local_logins_ssl=yes
force_local_data_ssl=yes
ssl_ciphers=medium
dual_log_enable=yes
vsftpd_log_file=/var/log/xferlog.1
text_userdb_names=yes
user_sub_token=$USER
vsftpd_log_file=/home/$USER/ftp
passv_min_port=40000
passv_max_port=50000
mdtm_write=yes

Problem is with the client getting
no connection can be made because the target machine refused it

Firewall Ubuntu and host Windows 11 is Opened on ports.
Any suggestions?