using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net; namespace FTPHelper { /// <summary> /// FTP帮助类 /// </summary> public class FTPHelper { #region 字段 private string ftpURI; private string ftpPo
有些时间没发表文章了,之前用到过,这是我总结出来关于ftp相关操作一些方法,网上也有很多,但是没有那么全面,我的这些仅供参考和借鉴,希望能够帮助到大家,代码和相关引用我都复制粘贴出来了,希望大家喜欢 using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Net;using System.Text.RegularExpressions; namespa