源码己:http://git.oschina.net/kuiyu/dotnetcodes 说明: 推荐使用 edtFTPnet.dll 免费版本下载 http://.enterprisedt.com/products/edtftpnet/overview.html 文档 http://.enterprisedt.com/products/edtftpnet/doc/manual/index.html 实例: using (var conn = new FTPConnection { ServerAddress = ftpserver.Server, ServerDirectory = "web", UserName = ftpserver.User, Password = ftpserver.Pwd, ServerPort=int.Parse(ftpserver.Port), CommandEncoding = Encoding.GetEncoding("GBK") }) { try { conn.Connect(); string ftpdir = string.Format("/images/product/{0}/{1}/{2}/", DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day); if (!conn.DirectoryExists(ftpdir)) conn.CreateDirectory(ftpdir); conn.ChangeWorkingDirectory(ftpdir); conn.UploadFile(Server.MapPath(dir) + newfilename, newfilename); //上传原图 string thumbnailFileName = System.IO.Path.GetFileName(gdsImg.Thumbnail); //缩略图文件名 conn.UploadFile(Server.MapPath(dir) + thumbnailFileName, thumbnailFileName); } catch (FtpException e) { //记录日志 Console.WriteLine(String.Format("FTP Error: {0} {1}", e.ErrorCode, e.Message)); } }





































- 1


- 粉丝: 1
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- STM32WB_2021_Webinar_Technical.pdf
- 供暖管网的布置.ppt
- 【STM32MP1线上课程】STM32MP1 online training_16_OpenSTLinux Develo
- 维修结算表(C表).docx
- 黑龙江某住宅消防、通风施工组织设计.doc
- 专技人员继续教育网络平台考试试题及答案(工程类).docx
- Fuzor2016中文版介绍指南(48页).pdf
- STM32无刷电机开发套件演示说明.pdf
- 池州市某电厂集控楼施工作业指导书.doc
- 试析模具的制造及CADCAE技术的应用.doc
- 木模工序验收单.docx
- 岩土勘察报告范例.doc
- 公益电商行业趋势及运营模式研究报告.pdf
- 4G三期传输引接第八批预算.doc
- 装配式连续大跨度钢筋混凝土门架结构吊装工艺.doc
- STM32 云接入培训_2.2_阿里云物联网平台基础概念讲解.pdf


