标签:目录

C# 检测ftp服务器是否存在目录,不存在就创建

C# 检测ftp服务器是否存在目录文件夹,不存在时就创建一个,代码如下: using System.Net; using System.Net.Sockets; /// <summary> /// 检测目录是否存在 /// </summary> /// <param name=”ServerIP”>……