温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:Ftp在线注册管理系统源码
当前文件:
WebFtp/help.aspx[2K,2009-6-12 11:58:24],打开代码结构图
WebFtp/help.aspx[2K,2009-6-12 11:58:24],打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/Mp.master" AutoEventWireup="true" CodeFile="help.aspx.cs" Inherits="help" Title="FTP在线注册管理系统asp.net版" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<div style=" height: 300px; font-size: 9pt;"> 4
<br /> 5
<div style="width: 498px; 6
height: 260px; text-align: left; border-top-width: 1px; border-left-width: 1px; border-left-color: whitesmoke; border-bottom-width: 1px; border-bottom-color: whitesmoke; border-top-color: whitesmoke; background-color: navajowhite; border-right-width: 1px; border-right-color: whitesmoke;"> 7
8
9
Serv_u6.4.02企业版<br /> 10
<br /> 11
1.Serv-U的域类型:存储于ODBC数据库中 12
<br /> 13
2.在ODBC 数据源管理器中建立系统数据源:ftp 14
<br /> 15
3.打开Serv-U安装目录下的ServUDaemon.ini文件,做以下操作: 16
<br /> 17
(1)用下面的代码覆盖原来的ODBCSource、ODBCTables、ODBCColumns 18
<br /> 19
---------------------------------------------------------------------------------------------------------------------------- 20
<br /> 21
ODBCSource=ftp|| ODBCTables=user_accounts|group_accounts|user_access|group_access|user_IP_access|group_IP_access 22
ODBCColumns=user|password|skey|homedir||access|disable||relpaths|||changepass|quotaenable||||maxusers<br /> 23
|||ratioup|ratiodown|ratiocredit|quotacurrent|quotamax|expiration|privilege|passtype|ratiotype|groups|notes|indexno 24
---------------------------------------------------------------------------------------------------------------------------- 25
<br /> 26
(2)把“ReloadSettings=True”语句拷到每个节点的后面,如[GLOGAL]、[DOMAINS]、[Domain1]、[Domain2]等节后的后面 27
<br /> 28
</div> 29
30
31
32
</div> 33
</asp:Content> 34
35





