• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

vsftpd setup for redhat 9

DavLucMac

Golden Member
alright, so I gave up on using smb becuase it's totally unsecure for remote file manipulation, uploads and downloads. I've moved on to ftp, and the hope of sftp shortly thereafter.

server's at my friends house... and I honestly can't remember if we installed vsftpd or not. /etc/vsftpd/vsftp.conf seems to be there, but it doesn't look like a server is up and running. ftp, and nobody users are there... I'm just too new to this to check this out very well.

I cannot ftp into the server even from the localhost. I get a "connection refused". Here's the vsftp.conf file:


anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
ftpd_banner=Welcome to your mom's FTP service.
pam_service_name=vsftpd
userlist_enable=YES
#enable for standalone mode
listen=YES
tcp_wrappers=YES


xinet.conf contains the following:


defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}

includedir /etc/xinetd.d


I'm a struggling newb willing to learn. If you all have any suggestions, let me know. Thanks a ton.

Dav
 
Back
Top