Guest User

Untitled

a guest
Jun 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. 09:09:59 Trace: CControlSocket::SendNextCommand()
  2. 09:09:59 Trace: CFtpLogonOpData::Send() in state 0
  3. 09:09:59 Status: Resolving address of *************************
  4. 09:09:59 Status: Connecting to ***********:21...
  5. 09:09:59 Status: Connection established, waiting for welcome message...
  6. 09:09:59 Trace: CFtpControlSocket::OnReceive()
  7. 09:09:59 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
  8. 09:09:59 Response: 220-You are user number 1 of 55 allowed.
  9. 09:09:59 Response: 220-Local time is now 14:09. Server port: 21.
  10. 09:09:59 Response: 220-This is a private system - No anonymous login
  11. 09:09:59 Response: 220-IPv6 connections are also welcome on this server.
  12. 09:09:59 Response: 220 You will be disconnected after 15 minutes of inactivity.
  13. 09:09:59 Trace: CFtpLogonOpData::ParseResponse() in state 1
  14. 09:09:59 Trace: CControlSocket::SendNextCommand()
  15. 09:09:59 Trace: CFtpLogonOpData::Send() in state 2
  16. 09:09:59 Command: AUTH TLS
  17. 09:09:59 Trace: CFtpControlSocket::OnReceive()
  18. 09:09:59 Response: 234 AUTH TLS OK.
  19. 09:09:59 Trace: CFtpLogonOpData::ParseResponse() in state 2
  20. 09:09:59 Status: Initializing TLS...
  21. 09:09:59 Trace: CTlsSocketImpl::Handshake()
  22. 09:09:59 Trace: CTlsSocketImpl::ContinueHandshake()
  23. 09:09:59 Trace: TLS handshake: About to send CLIENT HELLO
  24. 09:09:59 Trace: TLS handshake: Sent CLIENT HELLO
  25. 09:09:59 Trace: CTlsSocketImpl::OnSend()
  26. 09:09:59 Trace: CTlsSocketImpl::OnRead()
  27. 09:09:59 Trace: CTlsSocketImpl::ContinueHandshake()
  28. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  29. 09:10:00 Trace: CTlsSocketImpl::ContinueHandshake()
  30. 09:10:00 Trace: TLS handshake: Received SERVER HELLO
  31. 09:10:00 Trace: TLS handshake: Processed SERVER HELLO
  32. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  33. 09:10:00 Trace: CTlsSocketImpl::ContinueHandshake()
  34. 09:10:00 Trace: TLS handshake: Received CERTIFICATE
  35. 09:10:00 Trace: TLS handshake: Processed CERTIFICATE
  36. 09:10:00 Trace: TLS handshake: Received SERVER KEY EXCHANGE
  37. 09:10:00 Trace: TLS handshake: Processed SERVER KEY EXCHANGE
  38. 09:10:00 Trace: TLS handshake: Received SERVER HELLO DONE
  39. 09:10:00 Trace: TLS handshake: Processed SERVER HELLO DONE
  40. 09:10:00 Trace: TLS handshake: About to send CLIENT KEY EXCHANGE
  41. 09:10:00 Trace: TLS handshake: Sent CLIENT KEY EXCHANGE
  42. 09:10:00 Trace: TLS handshake: About to send FINISHED
  43. 09:10:00 Trace: TLS handshake: Sent FINISHED
  44. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  45. 09:10:00 Trace: CTlsSocketImpl::ContinueHandshake()
  46. 09:10:00 Trace: TLS handshake: Received NEW SESSION TICKET
  47. 09:10:00 Trace: TLS handshake: Processed NEW SESSION TICKET
  48. 09:10:00 Trace: TLS handshake: Received FINISHED
  49. 09:10:00 Trace: TLS handshake: Processed FINISHED
  50. 09:10:00 Trace: TLS Handshake successful
  51. 09:10:00 Trace: Protocol: TLS1.2, Key exchange: ECDHE-RSA, Cipher: AES-256-GCM, MAC: AEAD
  52. 09:10:00 Trace: Hostname does not match certificate SANs
  53. 09:10:00 Status: Verifying certificate...
  54. 09:10:00 Status: TLS connection established.
  55. 09:10:00 Trace: CControlSocket::SendNextCommand()
  56. 09:10:00 Trace: CFtpLogonOpData::Send() in state 5
  57. 09:10:00 Command: USER ********
  58. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  59. 09:10:00 Trace: CFtpControlSocket::OnReceive()
  60. 09:10:00 Response: 331 User ******** OK. Password required
  61. 09:10:00 Trace: CFtpLogonOpData::ParseResponse() in state 5
  62. 09:10:00 Trace: CControlSocket::SendNextCommand()
  63. 09:10:00 Trace: CFtpLogonOpData::Send() in state 5
  64. 09:10:00 Command: PASS ************
  65. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  66. 09:10:00 Trace: CFtpControlSocket::OnReceive()
  67. 09:10:00 Response: 230 OK. Current restricted directory is /
  68. 09:10:00 Trace: CFtpLogonOpData::ParseResponse() in state 5
  69. 09:10:00 Trace: CControlSocket::SendNextCommand()
  70. 09:10:00 Trace: CFtpLogonOpData::Send() in state 9
  71. 09:10:00 Command: OPTS UTF8 ON
  72. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  73. 09:10:00 Trace: CFtpControlSocket::OnReceive()
  74. 09:10:00 Response: 200 OK, UTF-8 enabled
  75. 09:10:00 Trace: CFtpLogonOpData::ParseResponse() in state 9
  76. 09:10:00 Trace: CControlSocket::SendNextCommand()
  77. 09:10:00 Trace: CFtpLogonOpData::Send() in state 10
  78. 09:10:00 Command: PBSZ 0
  79. 09:10:00 Trace: CTlsSocketImpl::OnRead()
  80. 09:10:00 Trace: CFtpControlSocket::OnReceive()
  81. 09:10:00 Response: 200 PBSZ=0
  82. 09:10:00 Trace: CFtpLogonOpData::ParseResponse() in state 10
  83. 09:10:00 Trace: CControlSocket::SendNextCommand()
  84. 09:10:00 Trace: CFtpLogonOpData::Send() in state 11
  85. 09:10:00 Command: PROT P
  86. 09:10:01 Trace: CTlsSocketImpl::OnRead()
  87. 09:10:01 Trace: CFtpControlSocket::OnReceive()
  88. 09:10:01 Response: 200 Data protection level set to "private"
  89. 09:10:01 Trace: CFtpLogonOpData::ParseResponse() in state 11
  90. 09:10:01 Status: Logged in
  91. 09:10:01 Trace: Measured latency of 177 ms
  92. 09:10:01 Trace: CFtpControlSocket::ResetOperation(0)
  93. 09:10:01 Trace: CControlSocket::ResetOperation(0)
  94. 09:10:01 Trace: CFileZillaEnginePrivate::ResetOperation(0)
  95. 09:10:01 Trace: CFileZillaEnginePrivate::ResetOperation(0)
  96. 09:10:19 Status: Retrieving directory listing of "/public_html/db_uploads"...
  97. 09:10:19 Trace: CControlSocket::SendNextCommand()
  98. 09:10:19 Trace: CFtpListOpData::ListSend() in state 0
  99. 09:10:19 Trace: CFtpChangeDirOpData::Send() in state 0
  100. 09:10:19 Trace: CFtpChangeDirOpData::Send() in state 2
  101. 09:10:19 Command: CWD /public_html/db_uploads
  102. 09:10:19 Trace: CTlsSocketImpl::OnRead()
  103. 09:10:19 Trace: CFtpControlSocket::OnReceive()
  104. 09:10:19 Response: 550 Can't change directory to /public_html/db_uploads: No such file or directory
  105. 09:10:19 Trace: CFtpChangeDirOpData::ParseResponse() in state 2
  106. 09:10:19 Trace: CFtpControlSocket::ResetOperation(2)
  107. 09:10:19 Trace: CControlSocket::ResetOperation(2)
  108. 09:10:19 Trace: CControlSocket::ParseSubcommandResult(2)
  109. 09:10:19 Trace: CFtpListOpData::SubcommandResult() in state 1
  110. 09:10:19 Trace: CFtpControlSocket::ResetOperation(2)
  111. 09:10:19 Trace: CControlSocket::ResetOperation(2)
  112. 09:10:19 Error: Failed to retrieve directory listing
  113. 09:10:19 Trace: CFileZillaEnginePrivate::ResetOperation(2)
Add Comment
Please, Sign In to add comment