2 :21 ftp

$ ftp 192.168.224.93
Connected to 192.168.224.93.
220 (vsFTPd 3.0.2)
Name (192.168.224.93:kashz): anonymous
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.

ftp> passive
Passive mode on.

ftp> ls
227 Entering Passive Mode (192,168,224,93,39,116).
150 Here comes the directory listing.
drwxrwxrwx    2 0        0              23 Aug 28 00:29 pub

226 Directory send OK.
ftp> cd pub
250 Directory successfully changed.

ftp> ls
227 Entering Passive Mode (192,168,224,93,39,111).
150 Here comes the directory listing.
-rw-rw-rw-    1 14       50              6 Aug 28 00:29 admin.txt
226 Directory send OK.

# pub/ is writable

Last updated