资源简介
Ftp Client FtpClient 组件 源码
可以做升级程序,我就是用这个做的。
大家可以试用一下。
可以做升级程序,我就是用这个做的。
大家可以试用一下。
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(“FTPClient“)]
[assembly: AssemblyDescription(“FTP Client“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(“Developed by Jean-Jacques Boudart (boudartjj@hotmail.com) for the Open Source community“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.3.3“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2532 2004-10-26 16:37 FTPClient\AssemblyInfo.cs
文件 28672 2008-11-24 16:31 FTPClient\bin\Debug\FTPClient.dll
文件 85504 2008-11-24 16:31 FTPClient\bin\Debug\FTPClient.pdb
文件 7618 2004-04-13 10:09 FTPClient\FTPAsynchronousConnection.cs
文件 4712 2004-08-02 10:13 FTPClient\FTPClient.csproj
文件 1805 2008-11-24 16:43 FTPClient\FTPClient.csproj.user
文件 974 2008-11-12 14:41 FTPClient\FTPClient.sln
..A..H. 9216 2008-11-12 15:13 FTPClient\FTPClient.suo
文件 21539 2008-11-12 15:16 FTPClient\FTPConnection.cs
文件 241 2004-04-13 10:13 FTPClient\FTPFile.cs
文件 120 2003-10-29 14:37 FTPClient\FTPFileTransferType.cs
文件 110 2003-10-29 16:44 FTPClient\FTPMode.cs
文件 245 2008-11-24 16:31 FTPClient\obj\Debug\buildinfo.inf
....... 28672 2008-11-24 16:31 FTPClient\obj\Debug\FTPClient.dll
文件 1592 2008-11-24 16:31 FTPClient\obj\Debug\FTPClient.dll.incr
....... 85504 2008-11-24 16:31 FTPClient\obj\Debug\FTPClient.pdb
..A..H. 23944 2008-11-24 16:43 FTPClient\obj\Debug\FTPClient.projdata
..A..H. 11016 2008-11-14 16:25 FTPClient\obj\Debug\FTPClient.projdata1
目录 0 2008-11-12 14:37 FTPClient\obj\Debug\temp
目录 0 2008-11-12 14:37 FTPClient\obj\Debug\TempPE
目录 0 2008-11-24 16:31 FTPClient\bin\Debug
目录 0 2008-11-24 16:31 FTPClient\obj\Debug
目录 0 2008-11-24 14:45 FTPClient\bin
目录 0 2008-11-12 14:37 FTPClient\obj
目录 0 2008-11-12 15:16 FTPClient
----------- --------- ---------- ----- ----
314016 25
- 上一篇:C#开发实例大全(提高卷)源码
- 下一篇:C#实现简单的Web打印控件
相关资源
- 萤石云摄像头自动截图以及FTP上传
- c# EasyModbus Client
- C#的Ftp客户端+服务端源码
- c# winform ftp 文件
- TcpClient C#2010读取PLC
- RSlinux Opc Client
- 物联网设备通讯协议实现客户端(I
- FTP上传 文件
- 基于webapi的PLC软件控制(softplc)
- C# 使用 TcpClient,Socket 聊天
- C# SFTP文件上传和,有进度条,增加多
- dotNetFx40LP_Client_x86_x64zh-Hans
- winform Ftp 上传小DEMO
-
C# Rest方式访问Hba
se Microsoft.Hba se - 基于C#的FTP服务器、客户端设计
- FluentFTP已编译
- C# ftp多线程断点上传
- C#通信TCP/IP server client 简单
- 基于C#的FTP上传Demo
- FTP客户端C#实现
- FTP课程设计(服务端+客户端) 源码
- C#sftp实现对文件的操作
- 一个简单完整的Socket通讯包括Server、
- C# WebSocket Client
- C# 通过 Renci.SshNet 实现SFTP数据传输
- Kingsoc.Web.Controls.WebFtp 2.5
- C#FTP(源码)
- c# 基于ftp文件 自动升级,调试通过
- c# socket的ftp上传
- C#使用HttpClient
评论
共有 条评论