> I'm playing around with the TFtpXXX components, and for not to 
> invent the wheel again, I'm looking for some kind of high-level 
> component based on ICS. 

TMagFTP which is at:

http://www.magsys.co.uk/delphi/magxfer.asp

Note this is not free source code, a lot of effort went into it's
development and testing.  DCUs are free, but you either have to license
the source or support ICS-SSL development financially from where you can
also download the source.

> Like this (samples):
> CopyFileToFTP(LocalFile, FTPServer);

It's never that simple, FTP servers need logons that can fail, they have
multiple directories, etc, but one of our functions is almost that
simple:

function FtpDownOneFile (const FdirSrc, Fnamesrc, Fnametar: string ;
Replopt: TFileCopyRepl) : TTaskResult ;

Angus
-- 
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.overbyte.be

Reply via email to