FtpClientCS

所属分类:Ftp客户端
开发工具:C#
文件大小:7KB
下载次数:270
上传日期:2007-09-30 18:10:17
上 传 者WindowsAPI
说明:  这是用C#写的一个简单实用的FTP客户端DEMO,支持上传,下载,文件夹管理,文件管理等操作.
(This is a C# Write a simple and practical FTP Client DEMO, to support the upload, download, folder management, file management operations.)

文件列表:
FtpClient.cs (30382, 2006-03-20)

Notes This is the C# version of FtpClient for you fans of curly brackets and semicolons. Many thanks to Rasmus Kromann-Larsen for this version: his notes below! -------------------------- Hey, Here's the C# version of the FtpClient... I only made one change from the original... I changed: _size = System.Convert.ToInt32(m.Groups["size"].Value); to Int***.TryParse(m.Groups ["size"].Value, out _size); Since my ftp server doesn't actually send the size of directories.. So it failed with an exception.. The new code will just keep the initial 0 if it fails... And since it only fails for directories... :-D - Rasmus. --------------------------

近期下载者

相关文件


收藏者