Hi all, I am trying to set up an FTP server using WUFTPD on my Debian server. I believe that it is installed properly, there may be some configuration problems, though. My firewall on the server is open to allow access on ports 20-21. In my testing, I will run 'ftp digiko' (my server's host name) from command prompt on one of my windows systems.
The response I get is something like this:
[10 second pause]
Connected to digiko
220 digiko FTP server (Version wu-2.6.2(2) Fri Mar 11 12:11:48 EST 2005) ready.
User(digiko
none)):
at this point I enter a user that is configured to use the service and hit enter.
[45 second pause]
Connection closed by remote host.
This happens when I try to use anonymous logon as well.
In looking at my system logs, I see the following entries for my attempt:
Jun 5 12:49:35 digiko ftpd[17087]: connection from 192.168.0.13 [192.168.0.13]
Jun 5 12:48:54 digiko ftpd[17082]: FTP session closed
Jun 5 12:48:54 digiko ftpd[17082]: lost connection to 192.168.0.13 [192.168.0.13]
Can anyone suggest where I should start looking to figure out what's going wrong here? I can post my wuftpd server configuration if that would be helpful.
thanks,
wendallsan