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
Oran WeaverPosted Jan 10, 2008, 1:13 PM
I did not find any source code in the download, only a msi file. With a lack of instructions I have not been able to get this to work. I have added it to a VS 2005 C# express edition, added it to a project, configured it with the open and connect strings (I did this for 2 different ftp sites), and with the async command set, the best I get for the state is "Connecting" and without the async I get an immediate error: unknown, or invalid option call on the FTPopen command. Do you have a sample project that shows your component working?