I have a problem ftp-ing into my c860 from my PC.
I\'ve edited /etc/inetd.conf and uncommented the lines for telnet and ftp. (And did \"killall -HUP inetd\")
I can now telnet into my c860 over a usb connection, but I can\'t get ftp to work.
# These are standard services.
#
### With tcpd (TCP Wrapper) ###
ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
### Without tcpd (TCP Wrapper) ###
#ftp stream tcp nowait root /usr/sbin/in.ftpd -l -a
#telnet stream tcp nowait root /usr/sbin/in.telnetd
If I do \"netstat -a\" on my Z I can see that it\'s listening on the ftp port.
$ netstat -a | more
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:4992 *:* LISTEN
tcp 0 0 *:netbios-ssn *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:4244 *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:telnet *:* LISTEN
Even if I try it locally it still won\'t work.
In the console on the Z, I tried \"ftp localhost\". It then says
Connected to localhost.localdomain
421 service not available, remote server has closed connection
I\'ve tried it logged in as \"root\" as well as \"zaurus\", just in case it makes a difference.
I\'ve spent the last hour or so looking through the forum and using google, but I haven\'t had any luck.
I don\'t know how relevant this is but I noticed that in /usr/sbin on the Z I have a in.telnetd file, but don\'t have a in.ftpd file anywhere.
Any help would be greatly appreciated!
I\'d like to be able to diagnose the fault myself by looking through the logs. But I don\'t get any.
Does anyone know how I can turn on logging so I get /var/log/messages?
I know this has been mentioned in the forum already. Sorry for asking again, but I couldn\'t find the post where it was mentioned.
Thanks in advance.
- Mark