http://www.cnblogs.com/zsbfree/archive/2008/01/29/1057643.html 这个ftpClient是从网上找来的,自己加了断点续传的方法 using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;namespace ftpGet 当然,大家还要看看Main方法 using System;using System.Collections.Generic;using System.Text;using System.IO;namespace ftpGet 配置文件 <?xml version="1.0" encoding="utf-8" ?><configuration> <appSettings> <add key="remotingFolder" value="/temp"/> <add key="localFolder" value="c:\temp"/> <add key="ftpServer" value="*"/> <add key="user" value="*"/> <add key="pwd" value="*"/> <add key="port" value="21"/> </appSettings></configuration> 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2021-06-12 2022-12-23