Re: [twsocket] mail reply to display in message thread

2005-08-30 Thread Piotr Dałek
Hello! > I think there's a maximum line length specified in the RFC for SMTP > transactions, but like any other header, you can add a line break and > indent the next line to extend the header. So I guess there isn't a > specific limit for this header. For references (and large discussions) i

Re: [twsocket] FTPClient speeds

2005-08-30 Thread Arno Garrels
Dod wrote: > Hello Arno, > > I could but...don't remember where is my stop-time watch I just bought > around the corner to make it pause life-time for next 10 years :-) However, most high level components would benefit from such a buffered stream, highly efficient, and don't forget "I am programm

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread olivier-serveur
Artem Antonov a écrit : > On Tue, 30 Aug 2005 16:01:58 +0200 > olivier-serveur <[EMAIL PROTECTED]> wrote: > >>Are you try 'passive ftp' ? >> > Yes, > > FTPClient.Passive := True; > > It may have effect on connection result? no, when you read your home directory (just after the connect). Are y

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
On Tue, 30 Aug 2005 16:01:58 +0200 olivier-serveur <[EMAIL PROTECTED]> wrote: > > Are you try 'passive ftp' ? > > Olivier > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.over

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
Artem Antonov a écrit : >>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. >> > > Thanks. But strange thing: when I connect with another ftp client > (SmartFTP), I get to home

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread olivier-serveur
Artem Antonov a écrit : > On Tue, 30 Aug 2005 15:25:24 +0200 > Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Thanks. But strange thing: when I connect with another ftp client > (SmartFTP), I get to home directory. What is: ftp server differently > works with different ftp clients? Are you try

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
On Tue, 30 Aug 2005 15:25:24 +0200 Guillaume MAISON <[EMAIL PROTECTED]> wrote: > Artem Antonov a écrit : >> Hello! >> When I log on to remote host (Linux) via ftp protocol I get to root >> node (/), so I can view all directories. >> Why I can't get to my home directory at once I've connected? >>

Re: [twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Guillaume MAISON
Artem Antonov a écrit : > Hello! > When I log on to remote host (Linux) via ftp protocol I get to root > node (/), so I can view all directories. > Why I can't get to my home directory at once I've connected? > Is it problem concerned with ftp server or with my program? Hi, this is a problem wit

[twsocket] [FTPCli] reading directories problem

2005-08-30 Thread Artem Antonov
Hello! I have such a problem: When I log on to remote host (Linux) via ftp protocol I get to root node (/), so I can view all directories. Why I can't get to my home directory at once I've connected? Is it problem concerned with ftp server or with my program? procedure TForm1.Connection; begin

Re: [twsocket] FTPClient speeds

2005-08-30 Thread Dod
Hello Arno, I could but...don't remember where is my stop-time watch I just bought around the corner to make it pause life-time for next 10 years :-) AG> Dod wrote: >> Also remember that if you use xDSL connection your upload bandwidth >> much smaller than download one. AG> Yes I know, I was

Re: [twsocket] FTPClient speeds

2005-08-30 Thread Arno Garrels
Dod wrote: > Also remember that if you use xDSL connection your upload bandwidth > much smaller than download one. Yes I know, I was just wondering whether file caching can make such a big difference. BTW: I already suggested last year to write/implement a tiny buffered stream class, that woul

Re: [twsocket] mail reply to display in message thread

2005-08-30 Thread DZ-Jay
I think there's a maximum line length specified in the RFC for SMTP transactions, but like any other header, you can add a line break and indent the next line to extend the header. So I guess there isn't a specific limit for this header. Also, apart from the In-Reply-To and References headers,

Re: [twsocket] FTPClient speeds

2005-08-30 Thread Dod
Also remember that if you use xDSL connection your upload bandwidth much smaller than download one. >> Is GET faster than PUT? >> In my tests GET performs seven times faster than PUT. FP> Considering the transport, there is no reason to have a speed difference. >> Server caches files, is that

Re: [twsocket] mail reply to display in message thread

2005-08-30 Thread Wilfried Mestdagh
Hello DZ-Jay, Aha I get it. So if I wants to be compatible I include both of them, just as your email reader does. One more question, is there a max length fur these headers ? --- Rgds, Wilfried http://www.mestdagh.biz Tuesday, August 30, 2005, 11:07, DZ-Jay wrote: > The problem is that differ

Re: [twsocket] mail reply to display in message thread

2005-08-30 Thread DZ-Jay
The problem is that different mailers use different systems, so you should consider as many as you can. One last thing you must consider is for those mailers (very common!) who do not even include any reference to the original, except the subject "Re: origina_subject". dZ. On Aug 30,

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

2005-08-30 Thread Angus Robertson - Magenta Systems Ltd
> Excuse me, but how I can know that you have missed the key messages > and don't download the file that we are speaking? > There are a snipped of messages from Francois in this mailing list: > Subject: [twsocket] HTTP client component and document encoding > Date: 21 Jul 2005 17:15:19 GMT Yes, I

[twsocket] mail reply to display in message thread

2005-08-30 Thread Wilfried Mestdagh
Hello, If I want to reply on a mail and I want to have that the receiver of the reply has the possibility to display in same thread like many mail readers do, do I have to use the 'References' header or 'In-Reply-To' header ? It seems that both are sometime used, eg I see a thread here started wi