[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] ftp server
Am Do, 3.06.2010, 22:03 schrieb Peter Slegg:
> bash-2.05a# ftp localhost
> Connected to localhost.
> 421 Service not available, remote server has closed connection
You should try netstat - make sure the ftp port is open.
It's good to start the ftp server manually for debugging purposes... I
assume you know where the binary is located.
Maybe inetd is the better way, but mprobably ftpd starts by typing: ftpd ?
( I don't know how your ftpd binary is named...)