[twsocket] THttpCli and Cookies

2005-08-10 Thread Guillaume MAISON
hi everyone, Just a little question regarding THttpCli and cookies : the cookie property is just a string. Does it mean that it's not possible to send several cookies or do i have to manage all the cookies i want to send my self ? in the latter case, where would be the best place to handle all

Re: [twsocket] THttpCli and Cookies

2005-08-10 Thread Francois Piette
The easyeast is to supply a string that contains the first cookie, a CRLF, "Set-Cookie: " and the next cookie value. Repeat for each additional cookie. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Guillaume MAISON" <[EMAIL PROTECTED]> To: "ICS support mailing"

Re: [twsocket] onProgress exception with ftpcli solved

2005-08-10 Thread Roland Frei
hi i solved my problem i made some experiment with the int64 and so i needed to rebuild my application then it works. sorry for disturbing roland On Tue, 9 Aug 2005 18:44:49 +0200, Francois PIETTE <[EMAIL PROTECTED]> wrote: >> hi i get a exception as soon i use the OnProgress event. >>

[twsocket] NOOP

2005-08-10 Thread Roland Frei
hi my ftp connection crashes on long files (after 2 houres or so) so i need to send a noop every minute. how can i do it ? thank you for helping. roland -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our websit

Re: [twsocket] NOOP

2005-08-10 Thread Francois Piette
> my ftp connection crashes on long files (after 2 houres or so) > so i need to send a noop every minute. > how can i do it ? First tell me how it crashes. Assuming you are developping a client, is it the server that terminate the connection ? Which server are you using ? -- [EMAIL PROTECTED] ht

Re: [twsocket] THttpCli and Cookies

2005-08-10 Thread Guillaume MAISON
Francois Piette a écrit : > The easyeast is to supply a string that contains the first cookie, a CRLF, > "Set-Cookie: " and the > next cookie value. Repeat for each additional cookie. i'll try ! thanks François ! -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 0

Re: [twsocket] NOOP

2005-08-10 Thread Dan
Most servers will respond to a NOOP during a transfer. Not sure if the FTP Client component lets you send one though...might give you a busy exception. Not sure of the best way around this, might have to derive your own component to do it. Dan - Original Message - From: "Roland Frei"

Re: [twsocket] NOOP

2005-08-10 Thread Roland Frei
hello i do a passive put of a 3gb file with 200kbit upload. after aprox. 2 houres tcp connection on port 21 crashes on a router or a firewall or a provider. if i test it in my lan it works. i gues a router runs in a timeout because there is no trafic on port 21. i had the same problem with the in

Re: [twsocket] NOOP

2005-08-10 Thread Roland Frei
> Most servers will respond to a NOOP during a transfer. Not sure if the > FTP Client component lets you send one though...might give you a busy > exception. i try to change the ftpcli code and i get this busy exception ... i try to understand the ftpcli code better to avoid this exception. i

[twsocket] List again up and running

2005-08-10 Thread Francois PIETTE
After a few days of technical problems with the list, everything seems to be OK now. Sorry for inconvenience. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our web