摘要: 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 之远 阅读(378) 评论(0) 推荐(0)
摘要: 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 之远 阅读(1349) 评论(0) 推荐(0)