1 | Status: Connecting to ftp.digital-signal.net ...
|
---|
2 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 0 to 1 caller=0x003a9e5c
|
---|
3 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 1 to 2 caller=0x003a9e5c
|
---|
4 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 2 to 4 caller=0x003a9e5c
|
---|
5 | Trace: FtpControlSocket.cpp(1001): OnConnect(0) OpMode=1 OpState=-8 caller=0x003a9e5c
|
---|
6 | Status: Connected with ftp.digital-signal.net, negotiating SSL connection...
|
---|
7 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-8 caller=0x003a9e5c
|
---|
8 | Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
|
---|
9 | Response: 220-You are user number 2 of 50 allowed.
|
---|
10 | Response: 220-Local time is now 13:15. Server port: 21.
|
---|
11 | Response: 220-This is a private system - No anonymous login
|
---|
12 | Response: 220-IPv6 connections are also welcome on this server.
|
---|
13 | Response: 220 You will be disconnected after 15 minutes of inactivity.
|
---|
14 | Command: AUTH TLS
|
---|
15 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-9 caller=0x003a9e5c
|
---|
16 | Response: 234 AUTH TLS OK.
|
---|
17 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-10 caller=0x003a9e5c
|
---|
18 | Trace: SSL_connect: SSLv3 read server hello A
|
---|
19 | Trace: SSL_connect: SSLv3 read server certificate A
|
---|
20 | Trace: SSL_connect: SSLv3 read server done A
|
---|
21 | Trace: SSL_connect: SSLv3 write client key exchange A
|
---|
22 | Trace: SSL_connect: SSLv3 write change cipher spec A
|
---|
23 | Trace: SSL_connect: SSLv3 write finished A
|
---|
24 | Trace: SSL_connect: SSLv3 flush data
|
---|
25 | Trace: SSL_connect: SSLv3 read finished A
|
---|
26 | Trace: Using TLSv1, cipher TLSv1/SSLv3: AES256-SHA, 1024 bit RSA
|
---|
27 | Status: SSL connection established. Waiting for welcome message...
|
---|
28 | Command: USER bahamut@digital-signal.net
|
---|
29 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=0 caller=0x003a9e5c
|
---|
30 | Response: 331 User bahamut@digital-signal.net OK. Password required
|
---|
31 | Command: PASS *********
|
---|
32 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=3 caller=0x003a9e5c
|
---|
33 | Response: 230-User bahamut@digital-signal.net has group access to: h1ke
|
---|
34 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=3 caller=0x003a9e5c
|
---|
35 | Response: 230 OK. Current restricted directory is /
|
---|
36 | Command: SYST
|
---|
37 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-14 caller=0x003a9e5c
|
---|
38 | Response: 215 UNIX Type: L8
|
---|
39 | Command: FEAT
|
---|
40 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-13 caller=0x003a9e5c
|
---|
41 | Response: 211-Extensions supported:
|
---|
42 | Response: EPRT
|
---|
43 | Response: IDLE
|
---|
44 | Response: MDTM
|
---|
45 | Response: SIZE
|
---|
46 | Response: REST STREAM
|
---|
47 | Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
|
---|
48 | Response: MLSD
|
---|
49 | Response: ESTP
|
---|
50 | Response: PASV
|
---|
51 | Response: EPSV
|
---|
52 | Response: SPSV
|
---|
53 | Response: ESTA
|
---|
54 | Response: AUTH TLS
|
---|
55 | Response: PBSZ
|
---|
56 | Response: PROT
|
---|
57 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-13 caller=0x003a9e5c
|
---|
58 | Response: 211 End.
|
---|
59 | Command: PBSZ 0
|
---|
60 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-11 caller=0x003a9e5c
|
---|
61 | Response: 200 PBSZ=0
|
---|
62 | Command: PROT P
|
---|
63 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-12 caller=0x003a9e5c
|
---|
64 | Response: 534 Fallback to [C]
|
---|
65 | Status: Connected
|
---|
66 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=1 OpState=-12 caller=0x003a9e5c
|
---|
67 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/images/","",1) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
68 | Status: Retrieving directory listing...
|
---|
69 | Command: PWD
|
---|
70 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=0 caller=0x003a9e5c
|
---|
71 | Response: 257 "/" is your current location
|
---|
72 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=0 caller=0x003a9e5c
|
---|
73 | Command: CWD /images/
|
---|
74 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=1 caller=0x003a9e5c
|
---|
75 | Response: 250 OK. Current directory is /images
|
---|
76 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=1 caller=0x003a9e5c
|
---|
77 | Command: PWD
|
---|
78 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=2 caller=0x003a9e5c
|
---|
79 | Response: 257 "/images" is your current location
|
---|
80 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=2 caller=0x003a9e5c
|
---|
81 | Command: TYPE A
|
---|
82 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
83 | Response: 200 TYPE is now ASCII
|
---|
84 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
85 | Command: PASV
|
---|
86 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
87 | Response: 227 Entering Passive Mode (70,84,118,228,175,231)
|
---|
88 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
89 | Trace: TransferSocket.cpp(558): SetActive() caller=0x003ae0e4
|
---|
90 | Command: LIST
|
---|
91 | Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x003ae0e4
|
---|
92 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
93 | Response: 150 Accepted data connection
|
---|
94 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
95 | Trace: TransferSocket.cpp(518): OnClose(0) caller=0x003ae0e4
|
---|
96 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
97 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
98 | Trace: FtpControlSocket.cpp(1969): TransferEnd(4) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
99 | Trace: FtpControlSocket.cpp(1213): List(TRUE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
100 | Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x003ae0e4
|
---|
101 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
102 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
103 | Response: 226-Options: -a -l
|
---|
104 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
105 | Response: 226 52 matches total
|
---|
106 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
107 | Status: Directory listing successful
|
---|
108 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
109 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/images/","..",9) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
110 | Status: Retrieving directory listing...
|
---|
111 | Command: CDUP
|
---|
112 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
113 | Response: 250 OK. Current directory is /
|
---|
114 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
115 | Command: PWD
|
---|
116 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
117 | Response: 257 "/" is your current location
|
---|
118 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
119 | Command: TYPE A
|
---|
120 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
121 | Response: 200 TYPE is now ASCII
|
---|
122 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
123 | Command: PASV
|
---|
124 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
125 | Response: 227 Entering Passive Mode (70,84,118,228,152,76)
|
---|
126 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
127 | Trace: TransferSocket.cpp(558): SetActive() caller=0x003ae0e4
|
---|
128 | Command: LIST
|
---|
129 | Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x003ae0e4
|
---|
130 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
131 | Response: 150 Accepted data connection
|
---|
132 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
133 | Trace: TransferSocket.cpp(518): OnClose(0) caller=0x003ae0e4
|
---|
134 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
135 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
136 | Trace: FtpControlSocket.cpp(1969): TransferEnd(4) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
137 | Trace: FtpControlSocket.cpp(1213): List(TRUE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
138 | Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x003ae0e4
|
---|
139 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
140 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
141 | Response: 226-Options: -a -l
|
---|
142 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
143 | Response: 226 20 matches total
|
---|
144 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
145 | Status: Directory listing successful
|
---|
146 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
147 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/","images",9) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
148 | Status: Retrieving directory listing...
|
---|
149 | Command: CWD images
|
---|
150 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
151 | Response: 250 OK. Current directory is /images
|
---|
152 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
153 | Command: PWD
|
---|
154 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
155 | Response: 257 "/images" is your current location
|
---|
156 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
157 | Status: Directory listing successful
|
---|
158 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
159 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/images/","..",9) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
160 | Status: Retrieving directory listing...
|
---|
161 | Command: CDUP
|
---|
162 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
163 | Response: 250 OK. Current directory is /
|
---|
164 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
165 | Command: PWD
|
---|
166 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
167 | Response: 257 "/" is your current location
|
---|
168 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
169 | Status: Directory listing successful
|
---|
170 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
171 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/","screenshots",9) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
172 | Status: Retrieving directory listing...
|
---|
173 | Command: CWD screenshots
|
---|
174 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
175 | Response: 250 OK. Current directory is /screenshots
|
---|
176 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x003a9e5c
|
---|
177 | Command: PWD
|
---|
178 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
179 | Response: 257 "/screenshots" is your current location
|
---|
180 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x003a9e5c
|
---|
181 | Command: TYPE A
|
---|
182 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
183 | Response: 200 TYPE is now ASCII
|
---|
184 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
185 | Command: PASV
|
---|
186 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
187 | Response: 227 Entering Passive Mode (70,84,118,228,186,89)
|
---|
188 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
189 | Trace: TransferSocket.cpp(558): SetActive() caller=0x003ae0e4
|
---|
190 | Command: LIST
|
---|
191 | Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x003ae0e4
|
---|
192 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
193 | Response: 150 Accepted data connection
|
---|
194 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
195 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
196 | Response: 226-Options: -a -l
|
---|
197 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
198 | Response: 226 6 matches total
|
---|
199 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
200 | Trace: TransferSocket.cpp(518): OnClose(0) caller=0x003ae0e4
|
---|
201 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
202 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
203 | Trace: FtpControlSocket.cpp(1969): TransferEnd(4) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
204 | Trace: FtpControlSocket.cpp(1213): List(TRUE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
205 | Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x003ae0e4
|
---|
206 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
207 | Status: Directory listing successful
|
---|
208 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
209 | Status: Connecting to ftp.digital-signal.net ...
|
---|
210 | Status: Connected with ftp.digital-signal.net, negotiating SSL connection...
|
---|
211 | Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
|
---|
212 | Response: 220-You are user number 3 of 50 allowed.
|
---|
213 | Response: 220-Local time is now 13:16. Server port: 21.
|
---|
214 | Response: 220-This is a private system - No anonymous login
|
---|
215 | Response: 220-IPv6 connections are also welcome on this server.
|
---|
216 | Response: 220 You will be disconnected after 15 minutes of inactivity.
|
---|
217 | Command: AUTH TLS
|
---|
218 | Response: 234 AUTH TLS OK.
|
---|
219 | Status: SSL connection established. Waiting for welcome message...
|
---|
220 | Command: USER bahamut@digital-signal.net
|
---|
221 | Response: 331 User bahamut@digital-signal.net OK. Password required
|
---|
222 | Command: PASS *********
|
---|
223 | Response: 230-User bahamut@digital-signal.net has group access to: h1ke
|
---|
224 | Response: 230 OK. Current restricted directory is /
|
---|
225 | Command: SYST
|
---|
226 | Response: 215 UNIX Type: L8
|
---|
227 | Command: FEAT
|
---|
228 | Response: 211-Extensions supported:
|
---|
229 | Response: EPRT
|
---|
230 | Response: IDLE
|
---|
231 | Response: MDTM
|
---|
232 | Response: SIZE
|
---|
233 | Response: REST STREAM
|
---|
234 | Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
|
---|
235 | Response: MLSD
|
---|
236 | Response: ESTP
|
---|
237 | Response: PASV
|
---|
238 | Response: EPSV
|
---|
239 | Response: SPSV
|
---|
240 | Response: ESTA
|
---|
241 | Response: AUTH TLS
|
---|
242 | Response: PBSZ
|
---|
243 | Response: PROT
|
---|
244 | Response: 211 End.
|
---|
245 | Command: PBSZ 0
|
---|
246 | Response: 200 PBSZ=0
|
---|
247 | Command: PROT P
|
---|
248 | Response: 534 Fallback to [C]
|
---|
249 | Status: Connected
|
---|
250 | Status: Starting upload of C:\Documents and Settings\backup\to be uploaded\archive\fx+kde.png
|
---|
251 | Command: PWD
|
---|
252 | Response: 257 "/" is your current location
|
---|
253 | Command: CWD /screenshots/
|
---|
254 | Response: 250 OK. Current directory is /screenshots
|
---|
255 | Command: PWD
|
---|
256 | Response: 257 "/screenshots" is your current location
|
---|
257 | Command: TYPE I
|
---|
258 | Response: 200 TYPE is now 8-bit binary
|
---|
259 | Command: PASV
|
---|
260 | Response: 227 Entering Passive Mode (70,84,118,228,181,50)
|
---|
261 | Command: STOR fx+kde.png
|
---|
262 | Response: 150 Accepted data connection
|
---|
263 | Command: PWD
|
---|
264 | Error: Timeout detected!
|
---|
265 | Trace: FtpControlSocket.cpp(1140): DoClose(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
266 | Trace: FtpControlSocket.cpp(3986): ResetOperation(4100) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
267 | Status: Waiting to retry... (5 retries left)
|
---|
268 | Status: Connecting to ftp.digital-signal.net ...
|
---|
269 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 0 to 1 caller=0x003a9e5c
|
---|
270 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 1 to 2 caller=0x003a9e5c
|
---|
271 | Trace: FtpControlSocket.cpp(5151): m_pSslLayer changed state from 2 to 4 caller=0x003a9e5c
|
---|
272 | Trace: FtpControlSocket.cpp(1001): OnConnect(0) OpMode=1 OpState=-8 caller=0x003a9e5c
|
---|
273 | Status: Connected with ftp.digital-signal.net, negotiating SSL connection...
|
---|
274 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-8 caller=0x003a9e5c
|
---|
275 | Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
|
---|
276 | Response: 220-You are user number 3 of 50 allowed.
|
---|
277 | Response: 220-Local time is now 13:17. Server port: 21.
|
---|
278 | Response: 220-This is a private system - No anonymous login
|
---|
279 | Response: 220-IPv6 connections are also welcome on this server.
|
---|
280 | Response: 220 You will be disconnected after 15 minutes of inactivity.
|
---|
281 | Command: AUTH TLS
|
---|
282 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-9 caller=0x003a9e5c
|
---|
283 | Response: 234 AUTH TLS OK.
|
---|
284 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-10 caller=0x003a9e5c
|
---|
285 | Trace: SSL_connect: SSLv3 read server hello A
|
---|
286 | Trace: SSL_connect: SSLv3 read server certificate A
|
---|
287 | Trace: SSL_connect: SSLv3 read server done A
|
---|
288 | Trace: SSL_connect: SSLv3 write client key exchange A
|
---|
289 | Trace: SSL_connect: SSLv3 write change cipher spec A
|
---|
290 | Trace: SSL_connect: SSLv3 write finished A
|
---|
291 | Trace: SSL_connect: SSLv3 flush data
|
---|
292 | Trace: SSL_connect: SSLv3 read finished A
|
---|
293 | Trace: Using TLSv1, cipher TLSv1/SSLv3: AES256-SHA, 1024 bit RSA
|
---|
294 | Status: SSL connection established. Waiting for welcome message...
|
---|
295 | Command: USER bahamut@digital-signal.net
|
---|
296 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=0 caller=0x003a9e5c
|
---|
297 | Response: 331 User bahamut@digital-signal.net OK. Password required
|
---|
298 | Command: PASS *********
|
---|
299 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=3 caller=0x003a9e5c
|
---|
300 | Response: 230-User bahamut@digital-signal.net has group access to: h1ke
|
---|
301 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=3 caller=0x003a9e5c
|
---|
302 | Response: 230 OK. Current restricted directory is /
|
---|
303 | Command: SYST
|
---|
304 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-14 caller=0x003a9e5c
|
---|
305 | Response: 215 UNIX Type: L8
|
---|
306 | Command: FEAT
|
---|
307 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-13 caller=0x003a9e5c
|
---|
308 | Response: 211-Extensions supported:
|
---|
309 | Response: EPRT
|
---|
310 | Response: IDLE
|
---|
311 | Response: MDTM
|
---|
312 | Response: SIZE
|
---|
313 | Response: REST STREAM
|
---|
314 | Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
|
---|
315 | Response: MLSD
|
---|
316 | Response: ESTP
|
---|
317 | Response: PASV
|
---|
318 | Response: EPSV
|
---|
319 | Response: SPSV
|
---|
320 | Response: ESTA
|
---|
321 | Response: AUTH TLS
|
---|
322 | Response: PBSZ
|
---|
323 | Response: PROT
|
---|
324 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-13 caller=0x003a9e5c
|
---|
325 | Response: 211 End.
|
---|
326 | Command: PBSZ 0
|
---|
327 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-11 caller=0x003a9e5c
|
---|
328 | Response: 200 PBSZ=0
|
---|
329 | Command: PROT P
|
---|
330 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=1 OpState=-12 caller=0x003a9e5c
|
---|
331 | Response: 534 Fallback to [C]
|
---|
332 | Status: Connected
|
---|
333 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=1 OpState=-12 caller=0x003a9e5c
|
---|
334 | Command: PWD
|
---|
335 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
336 | Response: 257 "/" is your current location
|
---|
337 | Command: TYPE I
|
---|
338 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
339 | Response: 200 TYPE is now 8-bit binary
|
---|
340 | Command: REST 0
|
---|
341 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
342 | Response: 350 Restarting at 0
|
---|
343 | Command: TYPE I
|
---|
344 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
345 | Response: 200 TYPE is now 8-bit binary
|
---|
346 | Command: TYPE A
|
---|
347 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
348 | Response: 200 TYPE is now ASCII
|
---|
349 | Command: REST 0
|
---|
350 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
351 | Response: 350 Restarting at 0
|
---|
352 | Response: 226-File successfully transferred
|
---|
353 | Response: 226 304.942 seconds (measured here), 2.91 Kbytes per second
|
---|
354 | Status: Upload successful
|
---|
355 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"/screenshots/","",9) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
356 | Status: Retrieving directory listing...
|
---|
357 | Command: PWD
|
---|
358 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=0 caller=0x003a9e5c
|
---|
359 | Response: 257 "/" is your current location
|
---|
360 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=0 caller=0x003a9e5c
|
---|
361 | Command: CWD /screenshots/
|
---|
362 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=1 caller=0x003a9e5c
|
---|
363 | Response: 250 OK. Current directory is /screenshots
|
---|
364 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=1 caller=0x003a9e5c
|
---|
365 | Command: PWD
|
---|
366 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=2 caller=0x003a9e5c
|
---|
367 | Response: 257 "/screenshots" is your current location
|
---|
368 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=2 caller=0x003a9e5c
|
---|
369 | Command: TYPE A
|
---|
370 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
371 | Response: 200 TYPE is now ASCII
|
---|
372 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x003a9e5c
|
---|
373 | Command: PASV
|
---|
374 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
375 | Response: 227 Entering Passive Mode (70,84,118,228,121,154)
|
---|
376 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x003a9e5c
|
---|
377 | Trace: TransferSocket.cpp(558): SetActive() caller=0x003ae0e4
|
---|
378 | Command: LIST
|
---|
379 | Trace: TransferSocket.cpp(446): OnConnect(0) caller=0x003ae0e4
|
---|
380 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
381 | Response: 150 Accepted data connection
|
---|
382 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x003a9e5c
|
---|
383 | Trace: TransferSocket.cpp(518): OnClose(0) caller=0x003ae0e4
|
---|
384 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
385 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
386 | Trace: FtpControlSocket.cpp(1969): TransferEnd(4) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
387 | Trace: FtpControlSocket.cpp(1213): List(TRUE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
388 | Trace: TransferSocket.cpp(96): ~CTransferSocket() caller=0x003ae0e4
|
---|
389 | Trace: TransferSocket.cpp(1125): Close() caller=0x003ae0e4
|
---|
390 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
391 | Response: 226-Options: -a -l
|
---|
392 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
393 | Response: 226 6 matches total
|
---|
394 | Trace: FtpControlSocket.cpp(1213): List(FALSE,0,"","",0) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
395 | Status: Directory listing successful
|
---|
396 | Trace: FtpControlSocket.cpp(3986): ResetOperation(1) OpMode=4 OpState=10 caller=0x003a9e5c
|
---|
397 | Command: TYPE A
|
---|
398 | Response: 200 TYPE is now ASCII
|
---|
399 | Command: PWD
|
---|
400 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
401 | Response: 257 "/screenshots" is your current location
|
---|
402 | Status: Disconnected from server
|
---|
403 | Command: REST 0
|
---|
404 | Trace: FtpControlSocket.cpp(823): OnReceive(0) OpMode=0 OpState=-1 caller=0x003a9e5c
|
---|
405 | Response: 350 Restarting at 0
|
---|
406 |
|
---|