Anyone had any luck with the FTP service?
When I try to connect from a client..
Thanks for any help.
Code:
BusyBox v1.19.3 (2013-11-01 10:10:26 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
# setFtpService start
Enable ftp service.
# ps
PID USER VSZ STAT COMMAND
1 root 3056 S init
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
5 root 0 SW [kworker/u:0]
6 root 0 SW< [khelper]
7 root 0 DW [kworker/u:1]
60 root 0 SW [sync_supers]
62 root 0 SW [bdi-default]
64 root 0 SW< [kblockd]
96 root 0 SW< [cfg80211]
...
3192 root 2064 S /usr/sbin/ftpd -i
3196 root 3060 S -sh
3205 root 3060 R ps
When I try to connect from a client..
Code:
~/unix $ ftp 192.168.1.125
Connected to 192.168.1.125.
220 ucftpd FTP server ready.
Name (192.168.1.125:mint): admin
331 Password required for admin
Password:
530 Login incorrect
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
Thanks for any help.