I'm having trouble getting ftpd from the wu-ftpd rpm to work; I get the
"connection refused" message when trying to log in from a mac client that I can
ping, or even when trying to run the ftp command from my user account
(spboulet).
Any help appreciated.
-- Stephen
Here's my /etc/ftpaccess file:
<<
class all real,guest,anonymous *
guestuser spboulet
email root@localhost
loginfails 5
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes guest,real,anonymous
tar yes guest,real,anonymous
chmod no guest,anonymous
delete no guest,anonymous
overwrite no guest,anonymous
rename no guest,anonymous
log transfers real,anonymous inbound,outbound
shutdown /etc/shutmsg
passwd-check rfc822 warn
chmod yes real
delete yes real
overwrite yes real
rename yes real
>>