$ ftp 192.168.0.114 12345
Connected to 192.168.0.114.
220 DiddyFTP server ready.
Name (192.168.0.114:pi): anonymous
331 Password required for anonymous
Password:
230 User anonymous logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for '/bin/ls'.
total 5
drwxr-xr-x 3 mobile mobile 160 Jun 15 16:26 CD_BZENG4
-rw-r--r-- 1 mobile mobile 63902 Jun 21 19:04 custom.png
drwxr-xr-x 3 mobile mobile 160 Jun 12 12:24 GENIUS2
drwxr-xr-x 10 mobile mobile 384 Sep 07 14:06 Settings
drwxr-xr-x 1 mobile mobile 96 Aug 28 16:31 EBPocket
WARNING! 5 bare linefeeds received in ASCII mode
File may not have transferred correctly.
226 Transfer complete.
ftp> cd EBPocket
250 OK. Current directory is /EBPocket/
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for '/bin/ls'.
total 1
drwxr-xr-x 2 mobile mobile 128 Aug 28 16:31 EDICT2
WARNING! 1 bare linefeeds received in ASCII mode
File may not have transferred correctly.
226 Transfer complete.
ftp> rm EDICT2
250 DELE command successful.
