Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Arno Garrels
Eddie Shipman wrote: > While I can now do the LIST if I call ProtAsynch, I still cannot do a > STOR >> PORT 192,168,1,101,39,37 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 che

Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Eddie Shipman
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 ACC

Re: [twsocket] Freeware HTTP/HTTPS proxy server for testingauthentication stuff

2009-01-10 Thread Arno Garrels
NTLM should be supported as well. Arno Garrels wrote: > Hi, > > Unfortunately I lost my old proxy software I used to test all kind of > authentication types in the past. Can somebody recommend a free, easy > to setup HTTP/HTTPS proxy server supporting Socks, Digest and Basic > authentication? >

[twsocket] Freeware HTTP/HTTPS proxy server for testing authentication stuff

2009-01-10 Thread Arno Garrels
Hi, Unfortunately I lost my old proxy software I used to test all kind of authentication types in the past. Can somebody recommend a free, easy to setup HTTP/HTTPS proxy server supporting Socks, Digest and Basic authentication? -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamic

Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Arno Garrels
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 connect

Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Eddie Shipman
Not sure what you mean. Please elaborate. --- On Sat, 1/10/09, Arno Garrels wrote: > From: Arno Garrels > Subject: Re: [twsocket] Problem FTP with SSL > To: "ICS support mailing" > Date: Saturday, January 10, 2009, 9:52 AM > Eddie Shipman wrote: > >> Have you tried passive mode yet? > > > >

Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Arno Garrels
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 b

Re: [twsocket] Problem FTP with SSL

2009-01-10 Thread Eddie Shipman
> > I took the SSLFTPCli demo application and set > > everything up. > > > > However, everything works but the client gets no > > responses when I do a LIST or STOR. > > > > WS_FTP Pro works perfectly, straight out of the box > > when I set the Trusted sites. > > It probably uses passive mode or

[twsocket] OT: Windows 7 Beta

2009-01-10 Thread Angus Robertson - Magenta Systems Ltd
Home page for Windows 7 is: http://www.microsoft.com/windows/windows-7/default.aspx Public beta download links are: 32 bit: http://download.microsoft.com/download/6/3/3/633118BD-6C3D-45A4- B985-F0FDFFE1B021/EN/7000.0.081212-1400_client_en-us_Ultimate- GB1CULFRE_EN_DVD.iso ( http://tinyurl.com/8o

Re: [twsocket] ClientCnx.AnswerString

2009-01-10 Thread Arno Garrels
Arno Garrels wrote: Maybe an overload that takes the code page suits better, since AnswerString is virtual? > Paul wrote: > >> It's mostly ascii characters, but sometimes, the string contains a >> few unicode characters which can have different code pages for each >> character. Since the Clien