FtpServer_latest

所属分类:C#编程
开发工具:C#
文件大小:698KB
下载次数:346
上传日期:2008-12-17 15:32:47
上 传 者szhourj
说明:  C# FTP 服务器源码
(C# FTP server source)

文件列表:
FtpServer\Application (0, 2003-10-06)
FtpServer\Application\Debug (0, 2003-10-09)
FtpServer\Application\Debug\a_unregister.bat (40, 2003-10-06)
FtpServer\Application\Debug\InstallUtil.exe (15872, 2003-02-21)
FtpServer\Application\Debug\InstallUtil.InstallLog (34820, 2003-10-09)
FtpServer\Application\Debug\lsFtpServer.exe (28672, 2003-10-09)
FtpServer\Application\Debug\lsftpserver.InstallLog (43589, 2003-10-09)
FtpServer\Application\Debug\lsFtpServer.pdb (46592, 2003-10-09)
FtpServer\Application\Debug\LumiSoft.Net.dll (176128, 2003-10-08)
FtpServer\Application\Debug\LumiSoft.Net.xml (183858, 2003-10-08)
FtpServer\Application\Debug\register.bat (72, 2003-10-06)
FtpServer\Application\Debug\Settings (0, 2003-10-06)
FtpServer\Application\Debug\Settings\Settings.xml (254, 2003-10-09)
FtpServer\Application\Release (0, 2003-10-09)
FtpServer\Application\Release\a_unregister.bat (40, 2003-10-06)
FtpServer\Application\Release\InstallUtil.exe (15872, 2003-02-21)
FtpServer\Application\Release\InstallUtil.InstallLog (1909, 2003-10-08)
FtpServer\Application\Release\lsFtpServer.exe (28672, 2003-10-09)
FtpServer\Application\Release\lsftpserver.InstallLog (2395, 2003-10-08)
FtpServer\Application\Release\LumiSoft.Net.dll (176128, 2003-10-08)
FtpServer\Application\Release\LumiSoft.Net.xml (183858, 2003-10-08)
FtpServer\Application\Release\register.bat (72, 2003-10-06)
FtpServer\Application\Release\Settings (0, 2003-10-09)
FtpServer\Application\Release\Settings\Settings.xml (139, 2003-10-09)
FtpServer\FTP_Service (0, 2003-10-09)
FtpServer\FTP_Service\AssemblyInfo.cs (2426, 2003-10-06)
FtpServer\FTP_Service\Error.cs (2644, 2003-10-06)
FtpServer\FTP_Service\Helpers (0, 2003-10-06)
FtpServer\FTP_Service\Helpers\Impersonate.cs (1990, 2003-10-06)
FtpServer\FTP_Service\Installer1.cs (1719, 2003-10-06)
FtpServer\FTP_Service\lsFtpServer.csproj (5579, 2003-10-09)
FtpServer\FTP_Service\lsFtpServer.csproj.user (1844, 2003-10-09)
FtpServer\FTP_Service\lsFtpServer.sln (907, 2003-10-06)
FtpServer\FTP_Service\lsFtpServer.suo (7168, 2003-10-09)
FtpServer\FTP_Service\ls_FTP_Server.cs (10788, 2003-10-09)
FtpServer\FTP_Service\ls_FTP_Service.cs (4575, 2003-10-09)
FtpServer\FTP_Service\ls_FTP_Service.resx (6362, 2003-10-06)
FtpServer\help.txt (393, 2003-10-08)
FtpServer\ToDo.txt (76, 2003-10-09)
FtpServer\version.txt (745, 2003-10-09)
... ...

Ftp Server implementation thoughts. Root folder for ftp server Subfolder Subfolder _Config.xml _Config.xml //-------------------------- _Config.xml specifies User access and permissions to specified folder. It also defines virtual folders. Virtual folder is alias name to folder in some other location. Root folder for ftp server Subfolder _Config.xml ( ) For client is reported ftp://xxx/Subfolder ftp://xxx/vFolder - there client is mapped to "d:\ftpRoot2\", _Config.xml is getted from there if exists, otherwise parent foldr config.xml is used. Permissions in _Config.xml must be inheritable from parent folder if _Config.xml in subFolder ins't available, permissions are automatically inhereted. Permissions checking order: From ROOT to end calculate permission what will stay (inheriting, overriding, ...).

近期下载者

相关文件


收藏者