資源簡介
C# FTP協議隱式加密傳輸
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.IO;
using?System.Net;
using?System.Text.Regularexpressions;
using?AlexPilotti.FTPS.Client;
using?AlexPilotti.FTPS.Common;
using?System.Net.Security;
using?System.Security.Cryptography.X509Certificates;
namespace?交通部FTP數據傳輸程序
{
????///?
????///?FTP?SSL客戶端
????///?
????public?class?FtpClient
????{
???????static?string?ftpServerIP;
???????static?string?ftpRemotePath;
???????static?string?ftpUserID;
???????static?string?ftpPassword;
???????static?string?ftpURI;
???????static?bool?ftpUseSSL;
????????///???
????????///?連接FTP??
????????///? ??
????????///?FTP連接地址??
????????///?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????34816??2011-08-19?21:24??C#?FTP傳輸\AlexPilotti.FTPS.Client.dll
?????文件????????9800??2016-01-28?10:45??C#?FTP傳輸\FtpsClient.cs
?????目錄???????????0??2016-01-30?21:19??C#?FTP傳輸\
- 上一篇:C# 文件壓縮
- 下一篇:人力資源系統源碼(包括配置文檔,數據庫文件和全部程序源碼)
評論
共有 條評論