FTP Client Component

An FTP Connection component that you can add to the toolbox of your IDE. Encapsulates FTP methods, which are very similar to the methods in the export table of wininet.dll. XML documentation file and source code files are included in the package.

Capabilities:

  • can be added to toolbox of your IDE, to use drag and drop to your form in design view
  • asynchronous operations
  • file transfer resuming
  • event chaining for async methods
  • monitoring via events for connection state and file transfer status
    file listing
  • create, delete, set, get directory
  • delete, rename files
  • ascii and binary transfer types, active and passive data connection


Similar Articles