*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
The FtpClient() class in ASINET doesn't provide the ability to change directories, or in fact do much at all except get/put files. This class does almost everything.

What doesn't it do? It doesn't allow you to 'open' a file on the server (although you could easily add that capability), and it doesn't handle FTPS (secure FTP).

There is currently no documentation, although a quick peek at the example program will show how easy it is to use

The Get Put methods support progress feedback

Update History
Version Updated Description
1.5 13.08.2007 Fix for Undeclared/Uninitialised variables
Thanks to Osvaldo Ramirez.
1.4 22.03.2007 Fix for IE7
Thanks to Günter Beyes.
1.3.1 16.10.2003 v1.3 had the wrong project file! (sorry!)
Thanks to Osvaldo Ramirez.
1.3 08.08.2003 Added progress callbacks for upload/download
Suggested by Wolfgang Ciriak
1.2 09.05.2003 Bugfix, plus added ability to send arbitrary commands to server
(supplied by John Caswell)
1.1 01.05.2003 Bugfix (found by Mike Grace)
1.0 01.04.2003 Initial release