Re: [twsocket] FTP Client - Size() Function

2005-07-31 Thread Francois Piette
> >> is there any parsing routine available which works for windows and > >> unix-servers? > > > >Yes, search on http://www.smatters.com/ics > > Hmmm. How come it won't let me BROWSE the site? > http://www.google.com/search?hl=en&lr=&sa=G&q=site:smatters.com Ask Google :-) In the meanwhile, just

Re: [twsocket] FTP Client - Size() Function

2005-07-31 Thread W. D.
At 07:30 7/31/2005, Wilfried Mestdagh wrote: >Hello Frank, > >> is there any parsing routine available which works for windows and >> unix-servers? > >Yes, search on http://www.smatters.com/ics Hmmm. How come it won't let me BROWSE the site? http://www.google.com/search?hl=en&lr=&sa=G&q=site:smat

Re: [twsocket] FTP Client - Size() Function

2005-07-31 Thread Wilfried Mestdagh
Hello Frank, > is there any parsing routine available which works for windows and > unix-servers? Yes, search on http://www.smatters.com/ics --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/

Re: [twsocket] FTP Client - Size() Function

2005-07-31 Thread Frank Wunderlich
Angus Robertson - Magenta Systems Ltd schrieb: > The only bullet proof way is use CWD and DIR to get a directory > listing, and parse it (many different formats) to get the file size. > These commands are supported by all FTP servers. is there any parsing routine available which works for wind

Re: [twsocket] FTP Client - Size() Function

2005-07-30 Thread Angus Robertson - Magenta Systems Ltd
> Is there a "bullet-proof" way to get a remote File Size using the > TFTPClient component? > > FEAT Command - numerous extensions have been made to the FTP protocol > over > the past few years, although support of these new commands is very > sporadic. > RFC2389 describes the FEAT command, whi

Re: [twsocket] FTP Client - Size() Function

2005-07-30 Thread Francois PIETTE
Ise Size method. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Keith Willis" <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 11:44 AM Subject: [twsocket] FTP Client - Size() Function > Dear All, > > Is there a "bullet-p

[twsocket] FTP Client - Size() Function

2005-07-30 Thread Keith Willis
Dear All, Is there a "bullet-proof" way to get a remote File Size using the TFTPClient component? I noted the following documentation on the FEAT command in the "FTPCli.pas" unit... FEAT Command - numerous extensions have been made to the FTP protocol over the past few years, although support o