Advertisement
alirezaimi

vsftpd

Mar 23rd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Response: 220 Welcome to << ALIREZA >> FTP service.
  2. Command: USER alireza
  3. Response: 331 Please specify the password.
  4. Command: PASS ******
  5. Response: 230 Login successful.
  6. Command: OPTS UTF8 ON
  7. Response: 200 Always in UTF8 mode.
  8. Status: Connected
  9. Status: Retrieving directory listing...
  10. Command: PWD
  11. Response: 257 "/"
  12. Command: TYPE I
  13. Response: 200 Switching to Binary mode.
  14. Command: PASV
  15. Response: 227 Entering Passive Mode (192,168,69,90,241,115).
  16. Status: Server sent passive reply with unroutable address. Using server address instead.
  17. Command: LIST
  18. Error: Connection timed out
  19. Error: Failed to retrieve directory listing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement