If you are using Visual Studio 2005, check out the new FtpWebRequest and FtpWebResponse classes in System.Net.
If you are using VS2003, FTP isn't natively supported, so you will have to create your own implementation. Refer to the help topic on Pluggable Protocols.
|