mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
21 lines
717 B
Plaintext
21 lines
717 B
Plaintext
ftp> open ftp.netmanage.com
|
|
Connected to ftp.netmanage.com.
|
|
220 ProFTPD 1.2.4 Server (Netmanage FTP Server) [156.27.8.3]
|
|
Name (ftp.netmanage.com:cyp):
|
|
331 Anonymous login ok, send your complete email address as your password.
|
|
230 Anonymous access granted, restrictions apply.
|
|
Remote system type is UNIX.
|
|
Using binary mode to transfer files.
|
|
ftp> ls
|
|
200 PORT command successful.
|
|
150 Opening ASCII mode data connection for file list.
|
|
drwxr-xr-x 13 ftp ftp 344 Oct 17 2001 pub
|
|
drwxrwxr-x 7 ftp support 304 May 14 16:56 support
|
|
-rw-r--r-- 1 ftp ftp 508 Aug 19 1998 welcome.msg
|
|
226-Transfer complete.
|
|
226 Quotas off
|
|
ftp> syst
|
|
215 UNIX Type: L8
|
|
ftp> close
|
|
221 Goodbye.
|
|
ftp> |