2016年4月9日

摘要: 阅读全文
posted @ 2016-04-09 21:52 liujiwei0632 阅读(440) 评论(0) 推荐(0) 编辑
 
摘要: using System; using System.Collections; using System.Collections.Generic; using System.IO; using Tamir.SharpSsh.java.io; using Tamir.SharpSsh.jsch; namespace EB.Mall.Core.Utils { public class SFT... 阅读全文
posted @ 2016-04-09 21:36 liujiwei0632 阅读(1597) 评论(0) 推荐(0) 编辑
 
摘要: public byte[] FtpDownLoad(string filePath) { try { FtpWebRequest reqFTP = GetFtpWebRequest(new Uri(fptServer + ftpMapPath + filePath), WebRequestMetho... 阅读全文
posted @ 2016-04-09 21:32 liujiwei0632 阅读(237) 评论(0) 推荐(0) 编辑