• 大小: 54.23 KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-08-22
  • 语言: C#
  • 标签: Ftp  Client  FtpClient  

资源简介

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


评论

共有 条评论