Hi all,
1. I'm getting the following error when trying to access ftp server (bftpd) from ftp client (lftp)
FTP Client
tc@client:~$ lftp 10.0.0.1
lftp 10.0.0.1:~> ls
`ls' at 0 [Delaying before reconnect: 13]
FTP Server Config
/usr/local/etc/bftpd.conf
user ftp {
#Any password fits.
ANONYMOUS_USER="yes"
DENY_LOGIN="Anonymous login disabled."
#ROOTDIR="/path/for/anonymous/user"
}
user anonymous {
#If the client wants anonymous, ftp is taken instead.
ALIAS="ftp"
}
user root {
DENY_LOGIN="Root login not allowed."
}
tcpdump output
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes
21:17:35.364717 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [S], seq 2905054482, win 29200, options [mss 1460,sackOK,TS val 203245 ecr 0,nop,wscale 7], length 0
21:17:35.364748 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [S.], seq 2553823927, ack 2905054483, win 28960, options [mss 1460,sackOK,TS val 577383 ecr 203245,nop,wscale 7], length 0
21:17:35.365592 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [.], ack 1, win 229, options [nop,nop,TS val 203245 ecr 577383], length 0
21:17:35.365931 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [P.], seq 1:35, ack 1, win 227, options [nop,nop,TS val 577383 ecr 203245], length 34
21:17:35.366623 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [.], ack 35, win 229, options [nop,nop,TS val 203246 ecr 577383], length 0
21:17:35.366913 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [P.], seq 1:7, ack 35, win 229, options [nop,nop,TS val 203246 ecr 577383], length 6
21:17:35.366970 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [.], ack 7, win 227, options [nop,nop,TS val 577384 ecr 203246], length 0
21:17:35.367078 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [P.], seq 35:55, ack 7, win 227, options [nop,nop,TS val 577384 ecr 203246], length 20
21:17:35.367938 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [P.], seq 7:23, ack 55, win 229, options [nop,nop,TS val 203246 ecr 577384], length 16
21:17:35.368175 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [P.], seq 55:77, ack 23, win 227, options [nop,nop,TS val 577384 ecr 203246], length 22
21:17:35.369211 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [P.], seq 23:35, ack 77, win 229, options [nop,nop,TS val 203246 ecr 577384], length 12
21:17:35.369286 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [P.], seq 77:138, ack 35, win 227, options [nop,nop,TS val 577384 ecr 203246], length 61
21:17:35.369476 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [F.], seq 138, ack 35, win 227, options [nop,nop,TS val 577384 ecr 203246], length 0
21:17:35.370533 IP 10.0.0.2.48322 > 10.0.0.1.21: Flags [F.], seq 35, ack 139, win 229, options [nop,nop,TS val 203247 ecr 577384], length 0
21:17:35.370546 IP 10.0.0.1.21 > 10.0.0.2.48322: Flags [.], ack 36, win 227, options [nop,nop,TS val 577385 ecr 203247], length 0
2. Is lftp the only ftp client available on core?
tc@box:/$ tce
tce-ab - Tiny Core Extension: Application Browser
S)earch P)rovides K)eywords or Q)uit:
Enter starting chars of desired extension, e.g. abi: ftp
tce - Tiny Core Extension browser
1. bftpd.tcz
2. gftp.tcz
3. lftp-doc.tcz
4. lftp-locale.tcz
5. lftp.tcz
Enter selection ( 1 - 5 ) or (q)uit: