Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. local_root=/home/mp100d/ftp
  2.  
  3. chmod -R 777 /home/mp100d/ftp
  4.  
  5. CONNECT: Client "172.18.0.210"
  6. FTP response: Client "172.18.0.210", "220 (vsFTPd 2.2.2)"
  7. FTP command: Client "172.18.0.210", "OPTS UTF8 ON"
  8. FTP response: Client "172.18.0.210", "200 Always in UTF8 mode."
  9. FTP command: Client "172.18.0.210", "USER mp100d"
  10. [mp100d] FTP response: Client "172.18.0.210", "331 Please specify the password."
  11. [mp100d] FTP command: Client "172.18.0.210", "PASS <password>"
  12. [mp100d] OK LOGIN: Client "172.18.0.210"
  13. [mp100d] FTP response: "230 Login successful."
  14. [mp100d] FTP command: "PORT 172,18,0,210,35,33"
  15. [mp100d] FTP response: "200 PORT command successful. Consider using PASV."
  16. [mp100d] FTP command: "LIST"
  17. [mp100d] FTP response: "150 Here comes the directory listing."
  18. [mp100d] FTP response: "226 Directory send OK."
  19. [mp100d] FTP command: "CWD inbox"
  20. [mp100d] FTP response: "250 Directory successfully changed."
  21. [mp100d] FTP command: "CWD .."
  22. [mp100d] FTP response: "250 Directory successfully changed."
  23. [mp100d] FTP command: "CWD outbox"
  24. [mp100d] FTP response: "250 Directory successfully changed."
  25. [mp100d] FTP command: "QUIT"
  26. [mp100d] FTP response: "221 Goodbye."
  27.  
  28. CONNECT: Client "172.18.0.220”
  29. FTP response: Client "172.18.0.220”, "220 (vsFTPd 2.2.2)"
  30. FTP command: Client "172.18.0.220”, "USER mp100d"
  31. [mp100d] FTP response: Client "172.18.0.220”, "331 Please specify the password."
  32. [mp100d] FTP command: Client "172.18.0.220”, "PASS <password>"
  33. [mp100d] OK LOGIN: Client "172.18.0.220”
  34. [mp100d] FTP response: "230 Login successful."
  35. [mp100d] FTP command: "TYPE I"
  36. [mp100d] FTP response: "200 Switching to Binary mode."
  37. [mp100d] FTP command: "CWD /"
  38. [mp100d] FTP response: "250 Directory successfully changed."
  39. [mp100d] FTP command: "CWD outbox"
  40. [mp100d] FTP response: "550 Failed to change directory."
  41. [mp100d] FTP command: "CWD /"
  42. [mp100d] FTP response: "250 Directory successfully changed."
  43. [mp100d] FTP command: "CWD inbox"
  44. [mp100d] FTP response: "550 Failed to change directory."
  45. [mp100d] FTP command: "CWD /"
  46. [mp100d] FTP response: "250 Directory successfully changed."
  47. [mp100d] FTP command: "CWD inbox"
  48. [mp100d] FTP response: "550 Failed to change directory."
  49. [mp100d] FTP command: "CWD /"
  50. [mp100d] FTP response: "250 Directory successfully changed."
  51. [mp100d] FTP command: "CWD outbox"
  52. [mp100d] FTP response: "550 Failed to change directory."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement