#FTP Server,Linux "Newbie"

12 messages · Page 1 of 1 (latest)

vestal lichen
#

in short,im trying to setup a ftp server from a old pc running a lightweight debian based distro,that worked fine with the ftp stuff 20 minutes ago,and also 20 hours ago. But i managed to screw it up 2 times and cant get it back up and running myself. Not my first time installing,nor using linux. Used chat gpt,youtube,google and i cant get this thing fixed. Atp im just bad xD

spark skiff
#

might want to actually say the error

vestal lichen
#

basically

#

i cant connect cant transfer files cand to nothing

#

it would be ideal if somebody could vc and watch me struggle i cant talk but i can share screen

#

currently this brotha

#

and this when i try to file transfer

#

When i enable the passive FTP that happens

#
listen=YES
listen_ipv6=YES
anonymous_enable=NO
local_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
rsa_private_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
ssl_enable=YES
pasv_enable=YES
pasv_min_port=40000
pasv_max_port=50000
pasv_address=192.168.1.117


#

contents of my /etc/vsftpd.conf

vestal lichen