Eddie Shipman wrote:
> Passive is set to true before PutAsynch is run.

I'm sorry, I cannot reproduce the problem with latest SslFtpTst
demo, ICS v7 from the SVN repository.

Below the trace log with Passive Mode ticked. Command order: 
Open -> AuthTLS/SSL -> User -> Pass -> Prot P -> Ls -> Put

//---------------
Executing Requested Command
< 220 FileZilla Server version 0.9.24 beta
Session Connected, error = 0
Request 1 Done.
StatusCode = 220
LastResponse was : '220 FileZilla Server version 0.9.24 beta'
No error
Executing Requested Command
> AUTH TLS
< 234 Using authentication type TLS
! SSL handshake OK
Request 48 Done.
StatusCode = 234
LastResponse was : '234 Using authentication type TLS'
No error
Executing Requested Command
> USER ics
< 331 Password required for ics
Request 2 Done.
StatusCode = 331
LastResponse was : '331 Password required for ics'
No error
Executing Requested Command
> PASS ics
< 230 Logged on
Request 3 Done.
StatusCode = 230
LastResponse was : '230 Logged on'
No error
Executing Requested Command
> PROT P
< 200 Protection level set to P
Request 52 Done.
StatusCode = 200
LastResponse was : '200 Protection level set to P'
No error
Executing Requested Command
> PASV
< 227 Entering Passive Mode (127,0,0,1,4,58)
> NLST
< 150 Connection accepted
! SSL handshake OK
! SSL Session reused
DATA: "[snip]" 
< 226 Transfer OK
! 344bytes received/sent in 78 milliseconds
Request 8 Done.
StatusCode = 226
LastResponse was : '226 Transfer OK'
No error
Executing Requested Command
> PASV
< 227 Entering Passive Mode (127,0,0,1,4,60)
! Upload Size 9
> STOR index.htm
! SSL handshake OK
! SSL Session reused
< 150 Connection accepted
< 226 Transfer OK
! 9bytes received/sent in 62 milliseconds
Request 18 Done.
StatusCode = 226
LastResponse was : '226 Transfer OK'
No error
//----------

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



> 
> --- On Sun, 1/11/09, Arno Garrels <arno.garr...@gmx.de> wrote:
> 
> 
>> As I wrote previously, active mode doesn't work with
>> SSL and NAT routers.
>> Set property Passive to true before PutAsync.
>> In the demo it is enough to tick the Passive check box.
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to