Re: [twsocket] FTP client through a proxy - HTTP CONNECT method

2009-10-29 Thread Fastream Technologies
s > (httptst.pas, > > httptst1.pas, ...)? which? > > > > Regards, > > Mauricio > > > Date: Thu, 29 Oct 2009 09:40:59 +0200 > > From: ga...@fastream.com > > To: twsocket@elists.org > > Subject: Re: [twsocket] FTP client through a proxy - HTT

Re: [twsocket] FTP client through a proxy - HTTP CONNECT method

2009-10-29 Thread Mauricio Peixoto
] FTP client through a proxy - HTTP CONNECT method > > Hello, > > I have proxy-side experience. After the CONNECT header is received, all we > do is to return response header and then tunnel to the host specified. > > HTTPPRot.pas has some client-side example code for this! >

Re: [twsocket] FTP client through a proxy - HTTP CONNECT method

2009-10-29 Thread Fastream Technologies
Hello, I have proxy-side experience. After the CONNECT header is received, all we do is to return response header and then tunnel to the host specified. HTTPPRot.pas has some client-side example code for this! Regards, SZ On Thu, Oct 29, 2009 at 2:04 AM, Mauricio Peixoto < mauricio.peix...@hot

[twsocket] FTP client through a proxy - HTTP CONNECT method

2009-10-28 Thread Mauricio Peixoto
Hi, Anyone has experience, could share source code, or..., in implementing FTP client using HTTP Connect method to pass through a proxy? Note I have already tried the transparent proxy work around but it does not work. Thanks very much, Mauricio ___