FluentFTP已编译


FluentFTP已编译,强大的C#ftp类库,包括20、35、40、45版。
资源截图
代码片段和文件信息
using System;
using System.IO;
using System.Net.Sockets;
using System.Text;
using System.Text.Regularexpressions;
using System.Reflection;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Security.Cryptography.X509Certificates;
using System.Globalization;
using System.Security.Authentication;
using System.Net;
using FluentFTP.Proxy;
#if !CORE
using System.Web;
#endif

#if (CORE || NETFX)
using System.Threading;
#endif
#if ASYNC
using System.Threading.Tasks;
#endif

namespace FluentFTP {

/// 
/// FTP Control Connection. Speaks the FTP protocol with the server and
/// provides facilities for performing transactions.
/// 
/// Debugging problems with FTP transactions is much easier to do when
/// you can see exactly what is sent to the server and the reply 
/// FluentFTP gets in return. Please review the Debug example
/// below for information on how to add s for capturing
/// the conversation between FluentFTP and the server.
/// 

/// The following example illustrates how to assist in debugging
/// FluentFTP by getting a transaction log from the server.
/// 
/// 

/// The following example demonstrates adding a custom file
/// listing parser in the event that you encounter a list format
/// not already supported.
/// 
/// 

/// The following example demonstrates how to validate
/// a SSL certificate when using SSL/TLS.
/// 
/// 

/// The following example demonstrates how to download a file.
/// 
/// 

/// The following example demonstrates how to download a file
/// using a URI object.
/// 
/// 

/// The following example demonstrates how to upload a file.
/// 
/// 

/// The following example demonstrates how to upload a file
/// using a URI object.
/// 
/// 

/// The following example demonstrates how to append to a file.
/// 
/// 

/// The following example demonstrates how to append to a file
/// using a URI object.
/// 
/// 

/// The following example demonstrates how to get a file
/// listing from the server.
/// 
/// 

public partial class FtpClient : IDisposable {

#region Properties

#if !CORE14
/// 

/// Used for internally synchronizing access to this
/// object 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-08 12:21  FluentFTP-master
     文件          26  2017-10-25 18:25  FluentFTP-master.editorconfig
     文件         273  2017-10-25 18:25  FluentFTP-master.gitignore
     目录           0  2017-11-08 12:23  FluentFTP-master.vs
     目录           0  2017-11-08 12:23  FluentFTP-master.vsconfig
     文件       85645  2017-11-08 12:16  FluentFTP-master.vsconfigapplicationhost.config
     目录           0  2017-11-08 12:21  FluentFTP-master.vsFluentFTP
     目录           0  2017-11-08 12:22  FluentFTP-master.vsFluentFTPv15
     文件       83968  2017-11-08 18:57  FluentFTP-master.vsFluentFTPv15.suo
     文件         397  2017-10-25 18:25  FluentFTP-masterappveyor.yml
     文件          72  2017-10-25 18:25  FluentFTP-masteruild.bat
     目录           0  2017-11-08 12:21  FluentFTP-masterFluentFTP
     目录           0  2017-11-08 12:21  FluentFTP-masterFluentFTP.Examples
     文件        1486  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginConnect.cs
     文件        1641  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginCreateDirectory.cs
     文件        1575  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginDeleteDirectory.cs
     文件        1521  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginDeleteFile.cs
     文件        2289  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginDereferencelink.cs
     文件        1597  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginDirectoryExists.cs
     文件        1511  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginDisconnect.cs
     文件        1710  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginExecute.cs
     文件        1592  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginFileExists.cs
     文件        1596  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginGetFileSize.cs
     文件        1737  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginGetListing.cs
     文件        1635  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginGetModifiedTime.cs
     文件        1855  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginGetNameListing.cs
     文件        1642  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginGetWorkingDirectory.cs
     文件        2058  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginOpenAppend.cs
     文件        2583  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginOpenRead.cs
     文件        2052  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginOpenWrite.cs
     文件        1550  2017-10-25 18:25  FluentFTP-masterFluentFTP.ExamplesBeginRename.cs
............此处省略445个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)