Skip to content

Instantly share code, notes, and snippets.

@adabo
Created June 4, 2015 18:03
Show Gist options
  • Save adabo/ec7f17a06105fa3f2875 to your computer and use it in GitHub Desktop.
Save adabo/ec7f17a06105fa3f2875 to your computer and use it in GitHub Desktop.
Warning: Plaintext FTP is insecure. You should use explicit FTP over TLS.
Warning: Selected port (34985) is not the default port (21) of the selected protocol.
Status: Resolving address of 12.34.56.78
Status: Connecting to 12.34.56.78
Warning: The entered address does not resolve to an IPv6 address.
Status: Connected, waiting for welcome message...
Reply: 220 Microsoft FTP Service
Command: CLNT https://ftptest.net on behalf of 12.34.56.78
Reply: 500 'CLNT https://ftptest.net on behalf of 12.34.56.78': command not understood.
Command: USER win7
Reply: 331 Password required for win7.
Command: PASS ********
Reply: 230 User logged in.
Command: SYST
Reply: 215 Windows_NT
Command: FEAT
Reply: 211-Extended features supported:
Reply: LANG EN*
Reply: UTF8
Reply: AUTH TLS;TLS-C;SSL;TLS-P;
Reply: PBSZ
Reply: PROT C;P;
Reply: CCC
Reply: HOST
Reply: SIZE
Reply: MDTM
Reply: REST STREAM
Reply: 211 END
Warning: The server does not indicate MLSD support. MLSD uses a well-specified listing format. Without MLSD, directory listings have to be obtained using LIST which uses an unspecified output format.
Command: PWD
Reply: 257 "/" is current directory.
Status: Current path is /
Command: TYPE I
Reply: 200 Type set to I.
Command: PASV
Reply: 227 Entering Passive Mode (12,34,56,78,xx,yy).
Command: LIST
Reply: 150 Opening BINARY mode data connection.
Error: Connection timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment