12 2013 档案

FTP多任务下载实现类
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Threading;using System.Net;using System.IO;namespace RSGIS.FTPClient{ public partial class FormLoad : DevExpress.XtraEditors.X... 阅读全文

posted @ 2013-12-06 15:48 之远 阅读(371) 评论(0) 推荐(0) 编辑

实现断点续传的FTP下载类(支持多线程多任务下载)
摘要:using System;using System.Collections.Generic;using System.Text;using System.Threading;using System.Windows.Forms;using System.IO;using System.Net;namespace RSGIS.FTPClient{ public class MultiFtpService { #region variable private string _Server;//服务器地址 private string _User... 阅读全文

posted @ 2013-12-06 15:42 之远 阅读(1326) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示