摘要: List<List<string>> allList = new List<string>() { new List<string>(){"a","b","c"}, new List<string>(){"e","f","g"}, new List<string>(){"h","i","j"}, . 阅读全文
posted @ 2016-06-02 22:09 金融之王 阅读(258) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-02 21:55 金融之王 阅读(530) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Web; namespace FTPHelp 阅读全文
posted @ 2016-06-02 21:11 金融之王 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 公司要求ftp接口不能以明文方式传输,所以adc系统将增加ftps方式 但是在网找了很多方式都无法实现用了方法一 FtpWebRequest request = (FtpWebRequest)WebRequest.Create(FileUploadPath); request.Method = We 阅读全文
posted @ 2016-06-02 20:48 金融之王 阅读(540) 评论(0) 推荐(0) 编辑