• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: FTP  加密  C#  winform  asp.net  

资源简介

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传输\

评论

共有 条评论