資源簡(jiǎn)介
一個(gè)用C#開(kāi)發(fā)的FTP客戶端,在winXP/win7下測(cè)試通過(guò)。

代碼片段和文件信息
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(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[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.0.*“)]
//
//?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(““)]
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????文件???????2424??2014-04-13?11:37??WinFormFtpClient\AssemblyInfo.cs
?????文件????????853??2014-04-13?11:37??WinFormFtpClient\bin\debug\config.xm
?????文件?????184320??2014-04-13?11:37??WinFormFtpClient\bin\debug\WinFormClient.exe
?????文件????????602??2014-04-13?11:37??WinFormFtpClient\bin\debug\WinFormClient.exe.manifest
?????文件?????476672??2014-04-13?11:37??WinFormFtpClient\bin\debug\WinFormClient.pdb
?????文件??????14328??2014-04-13?11:37??WinFormFtpClient\bin\debug\WinFormClient.vshost.exe
?????文件????????490??2014-04-13?11:37??WinFormFtpClient\bin\debug\WinFormClient.vshost.exe.manifest
?????文件????????602??2014-04-13?11:37??WinFormFtpClient\bin\release\WinFormClient.exe.manifest
?????文件????????852??2014-10-12?09:52??WinFormFtpClient\bin\x86\Debug\config.xm
?????文件?????192512??2014-04-16?09:08??WinFormFtpClient\bin\x86\Debug\WinFormClient.exe
?????文件?????505344??2014-04-16?09:08??WinFormFtpClient\bin\x86\Debug\WinFormClient.pdb
?????文件??????14848??2014-10-12?10:01??WinFormFtpClient\bin\x86\Debug\WinFormClient.vshost.exe
?????文件????????490??2007-07-21?01:33??WinFormFtpClient\bin\x86\Debug\WinFormClient.vshost.exe.manifest
?????文件??????19153??2014-04-16?09:07??WinFormFtpClient\CodeFile1.cs
?????文件??????21165??2014-04-13?16:41??WinFormFtpClient\Connection.cs
?????文件???????5814??2014-04-13?11:37??WinFormFtpClient\Connection.resx
?????文件?????114601??2014-04-16?07:49??WinFormFtpClient\Ftp.cs
?????文件????????488??2014-04-13?16:41??WinFormFtpClient\FtpAbortException.cs
?????文件????????472??2014-04-13?16:41??WinFormFtpClient\FtpCommandSentEventArgs.cs
?????文件????????187??2014-04-13?16:41??WinFormFtpClient\FtpCommandSentEventHandler.cs
?????文件???????8663??2014-04-13?16:41??WinFormFtpClient\FtpControl.cs
?????文件???????4657??2014-04-13?16:41??WinFormFtpClient\FtpData.cs
?????文件???????1123??2014-04-13?16:41??WinFormFtpClient\FtpDataDownload.cs
?????文件????????844??2014-04-13?16:41??WinFormFtpClient\FtpDataUpload.cs
?????文件???????1307??2014-04-13?16:41??WinFormFtpClient\FtpDataUploadLength.cs
?????文件???????8411??2014-04-13?16:41??WinFormFtpClient\FtpDownloadStream.cs
?????文件???????5846??2014-04-13?16:41??WinFormFtpClient\FtpException.cs
?????文件????????535??2014-04-13?16:41??WinFormFtpClient\FtpExceptionStatus.cs
?????文件???????4066??2014-04-13?16:41??WinFormFtpClient\FtpItem.cs
?????文件????????800??2014-04-13?16:41??WinFormFtpClient\FtpItemParseEventArgs.cs
............此處省略95個(gè)文件信息
評(píng)論
共有 條評(píng)論