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:
FTP Client Component
SMTP Internationalization
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?