Re: [twsocket] E-Mail SmtpCli/MimeDec

2005-06-10 Thread Francois PIETTE
I wonder if Francois has noticed this thread? Yes, I have noticed this thread. I'm just waiting to see if someone can take this problem in charge to reduce my own charge. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "

Re: [twsocket] UDP receive bug or what?

2005-06-10 Thread Francois PIETTE
In my one of my computers the UDP client receives the same thing 4 times. The same executable in another machines receives every command one time (thats the regular). Whats wrong? Is it my PC bug or ICS bug? If it is a broadcast, and your are listening on all interfaces, and you have 4 interfac

Re: [twsocket] HTTPCli working different in new version?

2005-06-10 Thread Francois PIETTE
I´m assuming in the application that if a response is 401, THttpCli will try a second time to authenticate, and, if, in the second time, if another 401 arrive, then the user/password is wrong... it´s the way it´s working? Yes, it is. -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscri

Re: [twsocket] HTTPCli working different in new version?

2005-06-10 Thread Maurizio Lotauro
On 09-Jun-05 21:22:39 Moacir Flávio Gonçalves wrote: Wilfried, this is good for the FAQ :-) >Well, in the previous version (dont known how old) of THttpCli, my software >was running ok, but in the new version I am getting a little problem: When I >"Get" some file like: http://user:[EMAIL PROTECTE

Re: [twsocket] HTTPCli working different in new version?

2005-06-10 Thread Moacir Flávio Gonçalves
I´m assuming in the application that if a response is 401, THttpCli will try a second time to authenticate, and, if, in the second time, if another 401 arrive, then the user/password is wrong... it´s the way it´s working? - Original Message - From: "Moacir Flávio Gonçalves" <[EMAIL PRO

Re: [twsocket] E-Mail SmtpCli/MimeDec

2005-06-10 Thread Arno Garrels
DZ-Jay wrote: > On Jun 2, 2005, at 06:04, Arno Garrels wrote: > >> [snip a lot] >> > [snip some more!] >>> In essence, what that means is that the second that you see >>> belongs to the boundary itself and should have been removed by >>> MimeDec. >> >> Thanks DZ and Michael, >> >> After a brie

[twsocket] UDP receive bug or what?

2005-06-10 Thread George
Hello, I ran the 2 demos of udp ( server and client). In my one of my computers the UDP client receives the same thing 4 times. The same executable in another machines receives every command one time (thats the regular). Whats wrong? Is it my PC bug or ICS bug? George -- To unsubscribe or chan

Re: [twsocket] [FTP Client] File attributes

2005-06-10 Thread Francois PIETTE
There is no standard FTP function to change file attributes. Some FTP server _may_ implement extension you can access using Quote method. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Artem Antonov" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, J

[twsocket] [FTP Client] File attributes

2005-06-10 Thread Artem Antonov
Hello, how I can remove file from FTP server if it has read-only attribute? Or can I changed attributes via FTPClient component? Thanks. Best regards, Artem Antonov. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket

Re: [twsocket] E-Mail SmtpCli/MimeDec

2005-06-10 Thread DZ-Jay
On Jun 2, 2005, at 06:04, Arno Garrels wrote: [snip a lot] [snip some more!] In essence, what that means is that the second that you see belongs to the boundary itself and should have been removed by MimeDec. Thanks DZ and Michael, After a brief look at MimeDec.pas I gave it up (too comp

Re: [twsocket] Feedback for fixed version of HttpCli component

2005-06-10 Thread Francois Piette
> But most important, any changes must be fully backward compatible, I > don't want my application raising an exception when a gzip page > arrives, since I'm already handling it. Agreed. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Angus Robertson - Magenta

Re: [twsocket] Feedback for fixed version of HttpCli component

2005-06-10 Thread Angus Robertson - Magenta Systems Ltd
> Because gz compression use a DLL, I would like to have it turned > off by default at compile time. That is use a conditional compilation > switch "USE_HTTP_CLI_GZ" to allow use of the DLL. So all new > properties would always be compiled in, but as soon as gz feature > is requested at > runt