Skip to content

Instantly share code, notes, and snippets.

@externvoid
Last active September 20, 2019 11:02
Show Gist options
  • Save externvoid/1e7459797cac3b5e1779c45668313ccc to your computer and use it in GitHub Desktop.
Save externvoid/1e7459797cac3b5e1779c45668313ccc to your computer and use it in GitHub Desktop.
EBPocketからEDICT2を削除
$ 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.

![alt image](https://user-images.githubusercontent.com/476747/65322118-75887d00-db95-11e9-9d76-a67de51a7a2b.png =300x300)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment