会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liujiwei0632
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2016年4月9日
asp.net中兼容多个版本dll的方式
摘要:
阅读全文
posted @ 2016-04-09 21:52 liujiwei0632
阅读(450)
评论(0)
推荐(0)
Sftp上传下载文件,部分代码取自网络,需要添加DiffieHellman.dll、Org.Mentalis.Security.dll、Tamir.SharpSSH.dll三个dll引用
摘要: 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
阅读(1634)
评论(0)
推荐(0)
asp.net通过ftp上传文件
摘要: public byte[] FtpDownLoad(string filePath) { try { FtpWebRequest reqFTP = GetFtpWebRequest(new Uri(fptServer + ftpMapPath + filePath), WebRequestMetho...
阅读全文
posted @ 2016-04-09 21:32 liujiwei0632
阅读(245)
评论(0)
推荐(0)