Advertisement
Guest User

Untitled

a guest
Apr 7th, 2020
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1.  
  2. # Connect()
  3. Status: Connecting to ***:21
  4. Response: 220-FileZilla Server 0.9.60 beta
  5. Response: 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
  6. Response: 220 Please visit https://filezilla-project.org/
  7. Status: Detected FTP server: FileZilla
  8. Command: AUTH TLS
  9. Response: 234 Using authentication type TLS
  10. Status: FTPS Authentication Successful
  11. Status: Time to activate encryption: 0h 0m 0s. Total Seconds: 0,0728041.
  12. Command: USER ***
  13. Response: 331 Password required for cmtuser01
  14. Command: PASS ***
  15. Response: 230 Logged on
  16. Command: PBSZ 0
  17. Response: 200 PBSZ=0
  18. Command: PROT P
  19. Response: 200 Protection level set to P
  20. Command: FEAT
  21. Response: 211-Features:
  22. Response: MDTM
  23. Response: REST STREAM
  24. Response: SIZE
  25. Response: MLST type*;size*;modify*;
  26. Response: MLSD
  27. Response: AUTH SSL
  28. Response: AUTH TLS
  29. Response: PROT
  30. Response: PBSZ
  31. Response: UTF8
  32. Response: CLNT
  33. Response: MFMT
  34. Response: EPSV
  35. Response: EPRT
  36. Response: 211 End
  37. Status: Text encoding: System.Text.UTF8Encoding
  38. Command: OPTS UTF8 ON
  39. Response: 202 UTF8 mode is always enabled. No need to send this command.
  40. Command: SYST
  41. Response: 215 UNIX emulated by FileZilla
  42.  
  43. # GetListing("/", Auto)
  44. Command: TYPE I
  45. Response: 200 Type set to I
  46.  
  47. # OpenPassiveDataStream(AutoPassive, "MLSD /", 0)
  48. Command: EPSV
  49. Response: 229 Entering Extended Passive Mode (|||2109|)
  50. Status: Connecting to ***:2109
  51. Command: MLSD /
  52. Response: 150 Opening data channel for directory listing of "/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement