install.txt
来自「ftpserver very good sample」· 文本 代码 · 共 129 行
TXT
129 行
INSTALLATION INSTRUCTUCTIONS FOR WAR FTP DAEMON LITE VERSION 3 PRE-BETA=======================================================================Thank you for checking out War FTP Daemon 3 Lite.Current limitations: - Runs under Windows 2000 only. - No automated installastion at this time - Still not released in BETA, which means that nothing really is supposted to work, and that I'm just as surprised as you if it does. - The user interface is only partially written. It's not possible to add multiple virtual servers or authentication modules at this time. The status-information features are also not implemented. - The security system is NOT tested very hard yet, and the server should therefore NOT be put into production on open Internet sites! - The documentation is lagging seriously behind :/Neat (new) featureas - Adds new counters to the NT performance monitor - The user interface use MMC (just like Exchange, MS SQL-server and other enterprise level servers foe Windows).The server can run as a normal program, or as a NT service. If you chooseto run it as a normal program, you must be an administrator and have the"Act as part of the operating system" privilege set. (Security policies inthe Control Panel). If you start the server with the --verbose command-lineargument, the server will print status-information to the console. If not,the DOS console is closed, and the server runs as a hidden, windowless application.If you run the server as a NT service, it will be totally hidden, just asany other NT service.UPGRADE: if you have had War FTP Daemon lite installed on your machine, see the uninstall instructions below before you perform a new installation. (Upgrade is not supported in the pre-beta releases!)INSTALLATION: CAUTION: Do not play with this pre-beta on the same machine as you run other FTP servers, or have War FTP Daemon 1.70/1.8 installed. The server will destroy the 1.70/1.80 configuration data! 1) Check that you (or better, the administrator-group) have the "Act as part of the operating system" privilege. If you need to add it, you must reboot to actvate the change. 2) Unpack the .zip file to a destination directory. 2) Register the MMC snapin with the following command: regsvr32 /s /c WarMmcSnapin.dll 3) Create a root-directory for the server. This is what your users will get access to. mkdir C:\ftptest mkdir C:\ftptest\upload 4) Prepare the server for use. Create registry settings, create users and groups, and register system components: warftpd-lite --root-path=c:\ftptest --install 5) Open the control panel and add users (or create users) to the FTP-Users group (this was just created by the server) 6) Doubleclick on the warftp-lite.msc MMC file, and configure your test-site as fit. Make sure to enable the Windows NT Auth module in the MMC properties section in (WARSVR\Servers\Default Site\Security\Auth Modules) 7) Test the server warftpd-lite --verbose --debug Log on to the server with one of the user-accounts you added to the FTP-Users group in the control panel. 8) You can now reconfigure the server to run as a NT service. Open the MMC applet again, select the "WARSVR" node and click on the properties button on the toolbar. The you can configure the Windows NT servive properties. The "FTP-Server" was added when you ran the server with the --install option, and the password is stored in the registry.To uninstall the server follow these steps 1) Stop the server if it is running. warftpd-lite --stop (Well, - this really don't work quite yet) 2) Remove the registry-entries take up by the server warftpd-lite --uninstall 3) Delete the directory where you installed the server. 4) Delete the Windows NT users ang groups cerated by the installation from the control panel. This is requiered in order to make a fresh new install!To get a complete list of all the command-line arguments, try the command warftpd-lite --helpAnd no, - I did not forget to add an install program. I just want to keepthe average users on a distance until the server is ready for beta -that is; when all the required features are implemented and no known bugs are left.jgaa, november 2001.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?