View Single Post
Old 10-09-2011, 06:12 AM  
audric
Junior Member
 
Join Date: Sep 2009
Posts: 13
Default

I tried to put ftp root directories in 777 ... then it creates 0 sized files... and the transfer freezes in the end with all files in the queue.

Code:
[13:07:15] [L] CWD /admin
[13:07:15] [L] 250 Directory successfully changed.
[13:07:15] [L] PWD
[13:07:15] [L] 257 "/admin"
[13:07:15] [L] PASV
[13:07:15] [L] 227 Entering Passive Mode (192,168,12,11,212,44).
[13:07:15] [L] Opening data connection IP: 1.2.3.4 PORT: 54316
[13:07:15] [L] LIST -al
[13:07:15] [L] Connected. Negotiating TLSv1 session
[13:07:15] [L] TLSv1 negotiation successful...
[13:07:15] [L] TLSv1 encrypted session using cipher DES-CBC3-SHA (168 bits)
[13:07:15] [L] 150 Here comes the directory listing.
[13:07:15] [L] 226 Directory send OK.
[13:07:15] [L] List Complete: 313 bytes in 0,37 seconds (0,3 KB/s)
[13:07:15] [L] Calculating timezone offset of server...
[13:07:15] [L] MDTM .htaccess
[13:07:15] [L] 213 20110921220232
[13:07:15] [L] Timezone offsets: Server: 0 seconds. Local: 7200 seconds. Difference: 7200 seconds.
[13:07:15] [R] MKD /admin
[13:07:15] [R] 257 "/admin" created
[13:07:15] [R] CWD /admin
[13:07:15] [R] 250 Directory successfully changed.
[13:07:15] [R] PWD
[13:07:15] [R] 257 "/admin"
[13:07:15] [R] PASV
[13:07:15] [R] 227 Entering Passive Mode (192,168,56,11,215,211).
[13:07:15] [R] Opening data connection IP: 5.6.7.8 PORT: 55251
[13:07:15] [R] LIST -al
[13:07:15] [R] Connected. Negotiating TLSv1 session
[13:07:15] [R] TLSv1 negotiation successful...
[13:07:15] [R] TLSv1 encrypted session using cipher DES-CBC3-SHA (168 bits)
[13:07:15] [R] 150 Here comes the directory listing.
[13:07:16] [R] 226 Directory send OK.
[13:07:16] [R] List Complete: 115 bytes in 0,37 seconds (0,1 KB/s)
[13:07:16] [L] TYPE I
[13:07:16] [L] 200 Switching to Binary mode.
[13:07:16] [L] SIZE .htaccess
[13:07:16] [L] 213 144
[13:07:16] [L] MDTM .htaccess
[13:07:16] [L] 213 20110921220232
[13:07:16] [R] PROT C
[13:07:16] [R] 200 PROT now Clear.
[13:07:16] [L] PROT C
[13:07:16] [L] 200 PROT now Clear.
[13:07:16] [R] TYPE I
[13:07:16] [R] 200 Switching to Binary mode.
[13:07:16] [R] PASV
[13:07:16] [R] 227 Entering Passive Mode (192,168,56,11,213,59).
[13:07:16] [L] PORT 192,168,56,11,213,59
[13:07:16] [L] 200 PORT command successful. Consider using PASV.
[13:07:16] [R] STOR .htaccess
[13:07:16] [L] RETR .htaccess
[13:07:16] [L] Connection lost: sukinet.com
[13:07:18] [L] Attempting to Reconnect.
[13:07:18] [L] Connecting to 1234.com -> DNS=1234.com IP=1.2.3.4 PORT=42021 (attempt # 1)
[13:07:18] [L] Connected to 1234.com
[13:07:18] [L] 220 Welcome to my VerySecureFTPD
[13:07:18] [L] AUTH TLS
[13:07:18] [L] 234 Proceed with negotiation.
[13:07:18] [L] Connected. Negotiating TLSv1 session
[13:07:18] [L] TLSv1 negotiation successful...
[13:07:18] [L] TLSv1 encrypted session using cipher DES-CBC3-SHA (168 bits)
[13:07:18] [L] PBSZ 0
[13:07:18] [L] 200 PBSZ set to 0.
[13:07:18] [L] USER user1234
[13:07:18] [L] 331 Please specify the password.
[13:07:18] [L] PASS (hidden)
[13:07:18] [L] 230 Login successful.
[13:07:18] [L] SYST
[13:07:18] [L] 215 UNIX Type: L8
[13:07:18] [L] FEAT
[13:07:18] [L] 211-Features:
[13:07:18] [L]  AUTH SSL
[13:07:18] [L]  AUTH TLS
[13:07:18] [L]  EPRT
[13:07:18] [L]  EPSV
[13:07:18] [L]  MDTM
[13:07:18] [L]  PASV
[13:07:18] [L]  PBSZ
[13:07:18] [L]  PROT
[13:07:18] [L]  REST STREAM
[13:07:18] [L]  SIZE
[13:07:18] [L]  TVFS
[13:07:18] [L]  UTF8
[13:07:18] [L] 211 End
[13:08:16] [R] 425 Failed to establish connection.
[13:08:16] [R] Transfer Failed!

Last edited by MxxCon; 10-09-2011 at 07:39 PM.
audric is offline