Re: [twsocket] [HELP] THttpServer

2006-04-11 Thread Guillaume MAISON
l the requests... much easier way to proceed :) but thanks for the hint ! -- Guillaume MAISON eXpress Network Agen - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : +33 5 53 87 91 48 Mobile : +33 6 30 14 91 23 Fax : +33 5 53 68 73 50 e-mail : [EMAIL PROTECTED] Web : htt

Re: [twsocket] [HELP] THttpServer

2006-04-11 Thread Guillaume MAISON
rks ! Thanks a lot François ! regards, -- Guillaume MAISON eXpress Network Agen - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : +33 5 53 87 91 48 Mobile : +33 6 30 14 91 23 Fax : +33 5 53 68 73 50 e-mail : [EMAIL PROTECTED] Web : http://nauteus.com Mon Profil sur Viaduc

[twsocket] [HELP] THttpServer

2006-04-11 Thread Guillaume MAISON
... i don't know how to do it... do i have to do like : ClientCnx.AnswerStream(); ClientCnx.Docstream:=; ClientCnx.SendStream; thanks in advance for your help ! -- Guillaume MAISON eXpress Network Agen - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : +33 5 53 87 91 48 Mob

Re: [twsocket] twsocket cpu usage

2006-03-16 Thread Guillaume MAISON
, you create a thread, you transmit the TMemoryStream to the thread, and the thread is in charge of writing the data on disk. You'll have to manage some shared access to the disk (if you write the data in one file). HTH, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000

Re: [twsocket] Odd Behaviour

2006-03-11 Thread Guillaume MAISON
port ? usually ftp listening port is 21 and data port is 20. Changing the listening port doesn't mean you're changing the data port. i would suggest you to use the passive mode on all your servers and client and see how it goes... HTH, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cou

Re: [twsocket] HTTP POST answer code 401

2006-03-08 Thread Guillaume MAISON
e flag!!! i haven't look at yet, but does any RFC mention something about it ? -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your sett

Re: [twsocket] Triggering events whencsDestroyingisinComponentState?

2006-03-02 Thread Guillaume MAISON
n is well built, whether everything has already be read or the Client or User has already confirmed the destruction hence the fact that managing data is not required anymore... Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53

Re: [twsocket] How can i get an SOAP attach file with Http component ?

2006-02-24 Thread Guillaume MAISON
ries. when do you analyze the content of the answer ? in the OnRequestDone event or in the OnDocData ? > So can someone help me to find how i can correct my test program ? > I can send my test program if you need. > > Many Thank's for Helpers :) if you have a small demo program

Re: [twsocket] OT: ICS' position on Borland sale

2006-02-24 Thread Guillaume MAISON
hanges decided by the community. 2. Delphi is sold : follow any changes if decided else see §4 3. Delphi dies : ICS dies with it else see $4 4. ICS goes completely FreePascal & Lazarus. IMHo ;) -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - F

Re: [twsocket] Minor bug in HttpCli latest beta

2006-02-21 Thread Guillaume MAISON
'); > Exit; > end; > if newValue = '' then <== > newValue := '5'; <== > > i think, to provide backward compatibility (such as what i've found in my application), this should be used. Beside, it adds, IMHO, a securi

Re: [twsocket] [HELP] Question...

2006-02-21 Thread Guillaume MAISON
Arno Garrels a écrit : > Guillaume MAISON wrote: >> In that case, the property SocksLevel should be initialized at the >> component creation with a value. Which is not the case in the >> source code... As i've not changed my code... > > Strange I don't have

Re: [twsocket] [HELP] Question...

2006-02-20 Thread Guillaume MAISON
Arno Garrels a écrit : > Guillaume MAISON wrote: >> And, effectively, the NewValue is '', as i don't need it > > Whether to use or not to use Socks is specified via property > SocksAuthentication, > in your case socksNoAuthentication, property SocksLev

[twsocket] [HELP] Question...

2006-02-20 Thread Guillaume MAISON
<> '4a') then begin *This one is triggered* --> RaiseException('Invalid socks level. Must be 4, 4A or 5.'); Exit; end; FSocksLevel := UpperCase(newValue); end; And, effectively, the NewValue is '', as i don't need it Any clue some

Re: [twsocket] ICS help system?

2006-02-19 Thread Guillaume MAISON
ument somewhat confusing to > new ICS users; the very ones who need a help file the most. > if you read few messages above (Tibor's one if i remember), once the Wiki is done, there'll be regular exports to create a CHM/HTML/PDF/WHATEVER file :) -- Guillaume MAISON - [EMAIL PR

Re: [twsocket] [QUESTION] THttpCli and SocketError

2006-02-17 Thread Guillaume MAISON
Dod a écrit : > Hello Guillaume, > > of course change the "WSocketServer" I used (I just did a copy/paste > from one of my code). > Thanks ! i'll check it when i test my application :) regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 4

[twsocket] [QUESTION] THttpCli and SocketError

2006-02-17 Thread Guillaume MAISON
Hi all, is there a way when, on ThttpCli.OnSocketError is triggered, to know what was the error ? i mean is it an error from TCP/IP stack, a system error (like no handle, etc...) Thanks, Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48

Re: [twsocket] [QUESTION] ThttpServer and threading design

2006-02-09 Thread Guillaume MAISON
should present some design pattern to use with ICS components. May be i could help to write some of those articles :) Even, to explain the design patterns that are used internally by ICS :) Thanks for your help, Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 A

Re: [twsocket] [QUESTION] ThttpServer and threading design

2006-02-09 Thread Guillaume MAISON
erall design, the more it looks like midware's one :) Except that i can't use midware ! Damn ! Thanks for your help ! Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http:

Re: [twsocket] [QUESTION] ThttpServer and threading design

2006-02-09 Thread Guillaume MAISON
in the first mail is meant precisely not to bother with such constraints. From Bjornar suggestion, if the client connection is closed, then all that has to be done is to stop/terminate the worker thread if active. Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AG

Re: [twsocket] [QUESTION] ThttpServer and threading design

2006-02-09 Thread Guillaume MAISON
! i haven't seen it ! > This design could serve several connections/threads at the same time. Thanks a lot ! -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To u

Re: [twsocket] ICS help system?

2006-02-09 Thread Guillaume MAISON
ents, of course this is a question taste. This i agree with you ! ;) Concerning ICS, of course, the documentation "space" would move from source code to the wiki... -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 7

[twsocket] [QUESTION] ThttpServer and threading design

2006-02-09 Thread Guillaume MAISON
e able to serve several connections at the same time (independantly of DB concurrential access that i'll manage within thread context) ? Thanks in advance for your help ! Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05

Re: [twsocket] Async ICMP

2006-02-03 Thread Guillaume MAISON
eads. but i'd like to be proved to be wrong :) Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for T

Re: [twsocket] Problem with the lists

2006-01-27 Thread Guillaume MAISON
e, everything seems normal except that some messages seem to take a long time to reach th ML... Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscri

[twsocket] [QUESTION] THttpcli Exception ??

2006-01-18 Thread Guillaume MAISON
i'm wondering why it is an exception that is triggered and not a socket error event ? Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or

Re: [twsocket] TDNSQuery problem...

2006-01-06 Thread Guillaume MAISON
stroy it as it may be used after the event call... -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for TWSocket mailing list pleas

Re: [twsocket] new year

2006-01-03 Thread Guillaume MAISON
t you desire (not everything, you wouldn't have anything for the next year ;) ) Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or cha

Re: [twsocket] ICS-V6 files and classes naming

2005-12-29 Thread Guillaume MAISON
---+-+-+---+--+ |6| Fx | | | | X | +-+-+-+-+---+--+ | ... | ... | ... | ... | ... | ... | +-+-+-+-+---+------+ But, AFAICS, that would be quite a huge work this datasheet ;) -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05

Re: [twsocket] ICS-V6 files and classes naming

2005-12-29 Thread Guillaume MAISON
d be warned that some features are not available... if support is not available for compilers before a version n, could it be then possible to have for users some kind of a comparative sheet between ICS versions (starting from version 5 ;)? it shouldn't be to difficult as you know what would b

Re: [twsocket] ICS-V6 supported compilers

2005-12-29 Thread Guillaume MAISON
validates it and here it is... Which is, if i understand well, already the case for many enhancements ;) -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or c

Re: [twsocket] How to send an Image over the network using wSocket

2005-12-17 Thread Guillaume MAISON
such a protocol is that you can mix textual data and binary data (which is very helpful when debugging ;) ) HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus

Re: [twsocket] ICS in linux without kylix.

2005-12-06 Thread Guillaume MAISON
and > is completely > interoperable with anything else "speaking" TCP/IP. i think he means to build an application on Linux using something like FreePascal and may be would like to know if ICS is able to be used on Linux under FreePascal. This, i'm not sure about... --

Re: [twsocket] UserManager component

2005-12-02 Thread Guillaume MAISON
used in Midware ServerObjects). it would permit to use some async socket within the OnRead Event... HTH, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscr

Re: [twsocket] UserManager component

2005-12-02 Thread Guillaume MAISON
to handle it to store and/or retrieve its data. not sure to have been clear enough, but... ;) HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- T

Re: [twsocket] HTTP compression

2005-11-21 Thread Guillaume MAISON
e of having it in a demo, and even using an external DLL in that demo, would be to explain how one can : - create a compression/descompression component - idem as above but as a wrapper for an external compression method stored in a DLL IMHO, after having read all the thread :) Best regards, -- Guil

Re: [twsocket] [HELP] Question about starting THttpServer and TFtpServer

2005-11-09 Thread Guillaume MAISON
Angus Robertson - Magenta Systems Ltd a écrit : >>are the Start procedures, from ThttpServer and TFtpServer, blocking >>procedures or not ? > > > No, they just set the server to listen for incoming sessions. > > Angus Thanks to both ! Best regards, -- Guillaum

[twsocket] [HELP] Question about starting THttpServer and TFtpServer

2005-11-09 Thread Guillaume MAISON
Hi everyone, Just a small question which answer should be short ;) : are the Start procedures, from ThttpServer and TFtpServer, blocking procedures or not ? Thanks in advance ! -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73

Re: [twsocket] Threaded TWSocketServer derivation

2005-11-04 Thread Guillaume MAISON
*what* causes the AV ? is it Client which is already destroyed (but that Client variable is not "Niled") or is it something withiin ThreadDetach proc which is "Niled" (or a variable within destroyed but not "niled") ? -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cou

Re: [twsocket] Antwort: Re: MaxLength of ReceiveStr

2005-10-21 Thread Guillaume MAISON
treaming (each pictures separated by boundaries), ie : ... --myboundary Content-type: image/jpeg Content-length: 20485 --myboundary Content-type: image/jpeg Content-length: 20238 ... HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87

[twsocket] [QUESTION] HttpCli and exceptions...

2005-10-18 Thread Guillaume MAISON
Hi all, AFAIK, when using THttpCli in sync mode, it's possible to put the Get or Post call between a try/Except to catch any exception. But how to do the same - catching exception - when using async mode ? Thanks in advance, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83,

Re: [twsocket] ThttpServer and SOAP

2005-10-10 Thread Guillaume MAISON
. hence, if you transmit some accented character (like the ones used in french éàçèùîô) you have to use UTF-8 or ISO8859-1... and your xml parser won't suffer ;) ;) HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax :

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Guillaume MAISON
e registered e-mail address within the server (preventing spam relay),etc... -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settin

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-10-05 Thread Guillaume MAISON
n and see what's going on... (FYI : telnet ) HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for TWSocket ma

Re: [twsocket] ftp to Table

2005-10-04 Thread Guillaume MAISON
t its creation. If you don't want to fill it, passing '' is a solution :) Best Regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change yo

Re: [twsocket] ftp to Table

2005-10-04 Thread Guillaume MAISON
; DisplayMemo.Lines.Add(ms.DataString); > finally > ms.Free; > end; > end; HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://naute

Re: [twsocket] Thttpserver and databases

2005-09-12 Thread Guillaume MAISON
ased. Only one onGetdocument event is fired at a time, so only one 'http query' will access the TQuery Object at a time. HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : h

Re: [twsocket] HttpCli: Opinion wanted !

2005-08-31 Thread Guillaume MAISON
think of one ... None i'm aware of... But you can imagine to have to write some http application that need encryption. hence, you have the ability to write your own encoder/decoder, both for your server and your client. that even could be made with PHP or Java... Best regards, --

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
with another ftp client > (SmartFTP), I get to home directory. What is: ftp server differently > works with different ftp clients? perhaps when connecting with your client you set the HostFileName or HostFilePath to '/'. Check if you send any CD command just after login (check with

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
? Hi, this is a problem with your FTP server, not the Ftp Client. it's the FTP server that generates the file list and manages all the files and directories stuff. Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 7

Re: [twsocket] HttpCli: Opinion wanted !

2005-08-29 Thread Guillaume MAISON
as already been written, it could be possible to use the same design pattern... the easier part would be then that the settings for each coding class would be encircled to the component itself and not its container (the THttpCli). IMHO, Best regards, -- Guillaume MAISON - [EMAIL PROT

Re: [twsocket] How reliable is this mailing list?

2005-08-29 Thread Guillaume MAISON
mewhere, something stores the registered Coding class lists... >>>>my 2 cents on pattern design ;) >>> >>>All cents are welkome :-) > >>cents by cents we'ill get some euros ;) > > Of, course, and probably in 5 years I'll be very rich ;)

Re: [twsocket] How reliable is this mailing list?

2005-08-26 Thread Guillaume MAISON
in Midware. In a way, not to bother woth any kind of ContentCoding if none is "attached" to the HttpCli. and everything is set wihtin the Coding object. >>my 2 cents on pattern design ;) > All cents are welkome :-) cents by cents we'ill get some euros ;) Best regards, --

Re: [twsocket] How reliable is this mailing list?

2005-08-25 Thread Guillaume MAISON
(for example) uses the glyph to display only when assigned. The activation or desactivation of a ContentCoding property would be only set by this mean : Httpcli1.ContentCoding.Enabled:=True/False; Generating an exception if it's not assigned. uh ? :) my 2 cents on pattern design ;) -- Gui

Re: [twsocket] Transfer with UDP

2005-08-19 Thread Guillaume MAISON
tablishing the connection ? the main problem with UDP is that you know you have sent, but you never know *what* has been received - unless you have established a heavy protocol which would be then quite time consuming ;). HTH, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor

Re: [twsocket] Hi, I've a question

2005-08-19 Thread Guillaume MAISON
our data (cf the boundary method used for MIME data). hence, while you don't have received all of your data, you store the newly received data into a buffer. When you have received/reconstructed all of your data, manage it, and start again, if you have to receive some more data. HTH, be

Re: [twsocket] HttpCli content encoding

2005-08-17 Thread Guillaume MAISON
xtension ? in order for me to participate to the discussion :) thanks in advance, Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change

Re: [twsocket] HttpCli: Opinion wanted !

2005-08-17 Thread Guillaume MAISON
you have to be sure that the new version will still be backward compatible for what already exists. I don't mean the new functionnalities, but at least the actual ones. So yes, actually, some professional developpers still use old compilers and may need the components to still work, even wit

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 Vi

[twsocket] THttpCli and Cookies

2005-08-10 Thread Guillaume MAISON
e all the cookies : OnHeaderbegin OnHeaderData OnheaderEnd by removing any reference to any cookie and replacing by mine ? thanks in advance for your help ! Best regards, -- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e

[twsocket] [OT] [HELP] HttpCli and Upload files... FORGET MY MAIL ; )

2005-07-26 Thread Guillaume MAISON
5.1) the multipart media type is defined, and why there's two more - at the begining of a boundary. HTH, Best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http

Re: [twsocket] [HELP] HttpCli and Upload files... FORGET MY MAIL ; )

2005-07-26 Thread Guillaume MAISON
d : where is it mentionned that when you define a boundary, the http header Content-type: multipart/form-data; boundary=-boundary needs two -- less than the boundaries mentioned in the data after ? that's something i haven't found anywhere on the net ? Thanks ! Best regards,

[twsocket] [HELP] HttpCli and Upload files...

2005-07-26 Thread Guillaume MAISON
7421 Content-Disposition: form-data; name="Submit" Button -2921238217421-- DATA everything seems same, except for few more headers sent by firefox... well, seems same... but is not... when using the very same code (or form) against an apache ser

Re: [twsocket] FTP question

2005-07-20 Thread Guillaume MAISON
> replying. Has anyone any ideas what this protocol is? just found this... http://www.ethereal.com/lists/ethereal-users/200412/msg00350.html Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [

Re: Re[2]: [twsocket] Interface used to reach a specific IP

2005-05-28 Thread Guillaume MAISON
x of the interface for this route. that should be enough to get what you want, specially if you have several interfaces. (but that's a bit OT ;) HTH, Best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-23 Thread Guillaume MAISON
Sorry for previous mail, it wasn't mean to be sent at this time :( i was checking something... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-23 Thread Guillaume MAISON
ind of "Wait until finished" window. as i go through the file received, i set Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubs

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-21 Thread Guillaume MAISON
ice... i'll do it on monday... thanks a lot for your help... for now, there won't be any thread and... well if several asks at the same time, there'll be some waiting on some parts... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-21 Thread Guillaume MAISON
volved, because a message is always sent to a specific handle, a known one... but the riddle is that doing the same application (the sample) doesn't have the same effect... i'm really puzzled Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGE

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-21 Thread Guillaume MAISON
.. how i've debugged it... but i may be wrong ! but then, where the problem comes from as the sample provided above works perfectly as expected ?! i won't play to send messages for fun... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél :

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-21 Thread Guillaume MAISON
still going deeper... sorry to bother you with that guys... i'll try to talk a bit less ;) Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsu

Re: [twsocket] [HELP] FTP Server possible bug ?

2005-05-21 Thread Guillaume MAISON
de, a text file... but for me (using filezilla) it's empty... Thanks for your help, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com

[twsocket] [HELP] FTP Server possible bug ?

2005-05-20 Thread Guillaume MAISON
Le 20 May 2005 à 16:31, Guillaume MAISON a écrit: > Unless there's something obvious, i don't know why the ftpserver opens data > for connection > though i've set DelayedSend:=True in the OnGetProcessing event ? After more and more debugging, i've found something

Re: [twsocket] [HELP] FTP server random client deconnection

2005-05-20 Thread Guillaume MAISON
except on e : exception do Begin ToSendBack:=False; SendMessage('FTP : InThread General Exception : '+e.Message); End; End; finally if Assigned(SQLImage) then Fr

Re: [twsocket] [HELP] FTP server random client deconnection

2005-05-19 Thread Guillaume MAISON
a non-visual application (no log window or anything else) it seems to work perfectly. François, i think you got the point (using an http server as a small client application). but that's a bit annoying... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 4700

[twsocket] [HELP] FTP server random client deconnection

2005-05-19 Thread Guillaume MAISON
e triggered because the Client used within the thread is nil. what i don't understand is why, although i set delayedsend to true, the ftp server begins to open the data connection and says the file is sent ? any clue ? Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victo

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
it the service can popup his main form. Very easy for > config and so :) i've downloaded it... and seen it... Well... i'll try it for one of my services (i have several)... i'll let you know ;) i'll see especially on the problem i've mentioned about message pump... Tha

Re: [twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
pump wich then transmit it to the socket. But if meanwhile the client has disconnected, then there's an exception... i don't know if i'm clear enough :| ! Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax

Re: [twsocket] TFTPClient upload problem

2005-05-18 Thread Guillaume MAISON
nect then begin FTP1.TypeBinary; FTP1.TypeSet; ... Binary and typeset are ftp commands, not ftpclient component parameters... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAI

[twsocket] [HELP]FTPServer within a service...

2005-05-18 Thread Guillaume MAISON
Hi everyone, i'm wondering about the way to implement a FTP server (with thread on GetProcessing) within a Windows Service ? Does anyone has a sample ? knowing that i'd like ot have a form with a memo for log messages... thanks a lot for your answer ! Guillaume MAISON - Guilla

Re: [twsocket] [HELP] FTP Server w/ client disconnection...

2005-05-16 Thread Guillaume MAISON
could also be added to the FAQ ! best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] [HELP] FTP Server w/ client disconnection...

2005-05-16 Thread Guillaume MAISON
es and then disconnect. there's an exception at the disconnection and at the server closing. thanks for your help ! Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] -

[twsocket] [HELP] FTP Server w/ client disconnection...

2005-05-15 Thread Guillaume MAISON
.Free; FBufList.Clear; end; if i don't create the Thread, it works fine and a disconnect doesn't trigger an exception... any one any clue ? Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [

[twsocket] [HELP] FtpClient and timeout

2005-05-15 Thread Guillaume MAISON
hi everyone, just a small question, as i haven't been able to read completly the source code : is setting timeout value to 0 on the FtpClient will prevent any timeout ? thanks for your answer, best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor

[twsocket] [HELP] FTP Client and RETR command...

2005-05-13 Thread Guillaume MAISON
FTP server (which is the ICS Ftp Server component). anyone already had this problem ? Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscri

Re: [twsocket] [HELP] FTPServer and building directory event

2005-05-11 Thread Guillaume MAISON
did a similar thing when doing a distributed ftp > server. > > Dan Well the application i'm working on isn't worth such a work ! So that'll be fine just to have the C drive :) may be in a next release, if it's asked for :) anyway tanks a lot for your answers ! Best rega

Re: [twsocket] [HELP] FTPServer and building directory event

2005-05-11 Thread Guillaume MAISON
ftp ftp0 Apr 30 19:00 Q:/ drwxrwxrwx 1 ftp ftp0 Apr 30 19:00 T:/ or if anyone has another way how to handle that possibility ? Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50

[twsocket] [HELP] FTPServer and building directory event

2005-05-11 Thread Guillaume MAISON
n the server. the problem is that i can't upper than C:\ ! (or /C:/) anyone has an idea to go a bit upper than drive's root and hence be able to build a fake directory with all the available drives ? Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 4700

Re: Re[2]: [twsocket] Datetime in mail headers

2005-05-10 Thread Guillaume MAISON
>'Content-Transfer-Encoding: quoted-printable'#13#10 + >'From: ' + From + #13#10 + >'To: ' + DestName + #13#10#13#10 + >Data; Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours

Re: [twsocket] Datetime in mail headers

2005-05-09 Thread Guillaume MAISON
hey're just control headers to trace all the SMTP servers it has been through. So the date and time format of these headers should not be modified nor seen, except as they are. I think, if it is to show the email date, you have a 'Date' header. HTH, Guillaume MAISON - Gui

Re: Re: [twsocket] Problem that i don't understand

2005-04-30 Thread Guillaume MAISON
7;. Processus stoppé. Utilisez > Pas-à-pas ou Exécuter pour continuer. > can you post the portion of code that generates this Access Violation ? else it'll be very hard for us to help you ! Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél

Re: [twsocket] [HELP] FtpServer : Long Process HOWTO

2005-04-28 Thread Guillaume MAISON
image, to retrieve, takes less than a few ms. so the gap between RETR order and the answer is too small... i may say that'll do it for now. i was trying to generate a big file thinking it was possible to reduce the download time using just one file (kind of an tarball) using one RETR call

Re: [twsocket] [HELP] FtpServer : Long Process HOWTO

2005-04-27 Thread Guillaume MAISON
heir own speed. It is serialized only when in the event handler, not for > sending files. > > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > ----- Original Message - > From: "Guillaume MAISON" <[EMAIL PROTECTED]> > To: "iCS support maili

[twsocket] [HELP] FtpServer : Long Process HOWTO

2005-04-26 Thread Guillaume MAISON
ages ? Is Each OnGetProcessingEvent fired one after anoher ? which would then result in a queueing of each request... thanks for your help ! Best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL P

Re: [twsocket] Redirect a browser to another port

2005-04-25 Thread Guillaume MAISON
rds, Guillaume MAISON ----- Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.

Re: [twsocket] Redirect a browser to another port

2005-04-25 Thread Guillaume MAISON
file (variable) and to use it when you need to transmit your address back to a client browser. HTH, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 47000 AGEN Tél : 05 53 87 91 48 - Fax : 05 53 68 73 50 e-mail : [EMAIL PROTECTED] - Web : http://nauteus.com -- To unsu

Re: [twsocket] Is there a way to download a file in threads?

2005-04-13 Thread Guillaume MAISON
complete, it would be copied to a normal file. > that's the trick Angus... Still a lot of people cares about Win9x... i can see many computers coming at my company to be repaired still working with Win95/98/Me... Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83, Cours Victor Hugo 4

Re: Re[4]: [twsocket] Is there a way to setup a value for maximal downloadspeed?

2005-04-10 Thread Guillaume MAISON
es,False,X,QS_SENDMESSAGE); >End; > > Application.ProcessMessages is the solution. Maybe this helps others to. Thx > again for pointing me to this great code. Seems fine, but what if you create a Windows Service ? Or some kind of an activeX ? i'd rather use the ftp client socket processmessages...

Re: [twsocket] HttpCli with passwords

2005-04-08 Thread Guillaume MAISON
w why there *must* be a first 401 when you provide username/password, i suppose it's a way to know the exact authentication method... [/note] so if you want to analyse any result, you'd better have a look at the OnRequestDoneEvent. HTH, Best regards, Guillaume MAISON - Guillaume

Re: [twsocket] Newbie here

2005-03-28 Thread Guillaume MAISON
ough a ftp client. On your ftp server, you can then receive a file and then uncompress and decrypt etc... unless you want to create your own protocol. But as you mentioned in your mail object you're newbie ;) HTH, Best regards, Guillaume MAISON - Guillaume MAISON - [EMAIL PROTECTED] 83,