Advertisement
Guest User

Untitled

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