Tuesday, March 20, 2007

FTP and .NET 2.0

One of my current projects has a requirement to send files programmatically via FTP. I found some great resources out there but the most useful is this one:

http://www.codeproject.com/vb/net/FtpClient.asp


The main point of his post is that he made a library for FTP'ing built on the FTPWebRequest object built into the .NET 2.0 framework. He does a great job of explaining the basics of using FTPWebRequest and then goes into details about his library. I found this article very helpful.

No comments: