While I can now do the LIST if I call ProtAsynch, I still cannot do a STOR Here's the trace:
Connecting... < 220 FTP. Time = 12:13:10 Session connected RequestDone, no error. > AUTH TLS < 234 AUTH TLS-C/TLS OK. ! SSL handshake OK RequestDone, no error. > USER ACCU1 < 331 Password required for ACCU1. RequestDone, no error. > PASS S3gRq8M < 230 Connect:Enterprise UNIX login ok, access restrictions apply. RequestDone, no error. > PROT P < 200 PROT P OK, data channel will be secured. RequestDone, no error. > PASV < 227 Entering Passive Mode (65,82,131,75,186,6) > LIST < 150 Opening ASCII mode data connection for . < 226 Transfer complete. ! SSL handshake OK ! 0 bytes received/sent in 711 milliseconds RequestDone, no error. > PORT 192,168,1,101,39,37 < 200 PORT command successful. ! Upload Size 2497 > STOR c:\VC115.83969.PS00016.11052008.1530441560 The app just does nothing after the last command in the window. I also set Passive to True before doing the PutAsynch. --- On Sat, 1/10/09, Arno Garrels <arno.garr...@gmx.de> wrote: > From: Arno Garrels <arno.garr...@gmx.de> > Subject: Re: [twsocket] Problem FTP with SSL > To: "ICS support mailing" <twsocket@elists.org> > Date: Saturday, January 10, 2009, 10:54 AM > Eddie Shipman wrote: > > Not sure what you mean. Please elaborate. > > I wanted you to post the log displayed in the lower memo of > SslFtpTst demo. > Is this implcit or explicit TLS/SSL? > "List" does not try to protect the data > connection, so if the server expects > clients to establish a secure data connection by default > the transfer fails. > I'm not sure whether or not this can be considered a > bug in ICS, however > it might well be that the "all in one" methods > have to be looked at. > > -- > Arno Garrels [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > > > > > > > > > > > --- On Sat, 1/10/09, Arno Garrels > <arno.garr...@gmx.de> wrote: > > > >> From: Arno Garrels <arno.garr...@gmx.de> > >> Subject: Re: [twsocket] Problem FTP with SSL > >> To: "ICS support mailing" > <twsocket@elists.org> > >> Date: Saturday, January 10, 2009, 9:52 AM > >> Eddie Shipman wrote: > >>>> Have you tried passive mode yet? > >>> > >>> > >>> OK, I've tried setting Passive to True > explicitly > >> and it > >>> still doesn't work. Besides, the LIST > command sets > >> to PASV > >>> automaticaly. > >>> > >>> I've tried both the SslFtpCliTest and the > >> SslFtpTst projects > >>> and they both exhibit the same behavior. > >>> > >>> I'm at a loss as to what to try next. It > CANNOT be > >> a firewall > >>> because WS_FTP Pro works just fine. > >> > >> Can you please provide a log from the SslFtpTst > project. > >> > >> -- > >> Arno Garrels [TeamICS] > >> http://www.overbyte.be/eng/overbyte/teamics.html > >> > >> -- > >> 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 > -- > 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 -- 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