文件名称:CSharpFTP
介绍说明--下载内容均来自于网络,请自行研究使用
C# FTP创建目录
如果最终目的是为了创建目录
我的做法是,不管目录文件夹是否存在 ,循环创建,
如果存在就会出异常,捕获,但不抛, 不存在的话就会创建.
有源代码-C# FTP to create the directory if the ultimate goal is to create a catalog of my practice, regardless of the directory folder exists, create a loop, there will be abnormal if the capture, but do not throw, it does not exist will be created. Source code
如果最终目的是为了创建目录
我的做法是,不管目录文件夹是否存在 ,循环创建,
如果存在就会出异常,捕获,但不抛, 不存在的话就会创建.
有源代码-C# FTP to create the directory if the ultimate goal is to create a catalog of my practice, regardless of the directory folder exists, create a loop, there will be abnormal if the capture, but do not throw, it does not exist will be created. Source code
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C#实现FTP.doc