.NET v2.0: FTP Classes are now Provided
There are now a couple of FTP-specific classes in System.Net: FtpWebRequest and FtpWebResponse.
The FtpWebRequest class has a Method property that is set to a value from the FtpMethods structure:
- AppendFile
- DeleteFile
- DownloadFile
- GetFileSize
- ListDirectory
- UploadFile