home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Expires" CONTENT="-1">
- <TITLE>FTP Configuration</TITLE>
- </HEAD>
- <BODY bgcolor=#ffffff>
- <SCRIPT language="JavaScript">
- <!--
- function Form_Validator(theForm)
- {
- if (theForm.ftpport.value == "")
- {
- alert("Please enter a value for the \"FTP Server Port\" field.");
- theForm.ftpport.focus();
- return (false);
- }
-
- if (theForm.ftpusers.value == "")
- {
- alert("Please enter a value for the \"Maximum FTP Users\" field.");
- theForm.ftpusers.focus();
- return (false);
- }
-
- if (theForm.ftpupload.value == "")
- {
- alert("Please enter a value for the \"Maximum FTP Upload\" field.");
- theForm.ftpupload.focus();
- return (false);
- }
-
- }
- //-->
- </SCRIPT>
-
- <A HREF="/sysadmin/index.stm" TARGET=_top>
- <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
- <CENTER><FONT SIZE=6>FTP Configuration</FONT>
- <BR>
- <I>Changes don't take effect until system restart.</I>
- <BR>
- <HR>
- </CENTER>
- <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
- <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
-
- <TABLE border=0 cellspacing=20>
-
- <TR valign=top><TD width=20%><FONT SIZE=+1>FTP Server Port</FONT>
- <P>
- <INPUT TYPE=text NAME="ftpport" VALUE="<RCEftpport>" SIZE=12 MAXSIZE=12>
- </TD>
- <TD>The TCP/IP protocol has a number of ports which are used to differentiate
- requests to different processes. The standard FTP port number is 21. You can
- choose any port number from 1 to 65000, however, many port numbers on your
- system are reserved for other applications. The FTP-SSL server is currently
- not configurable (set to port 990.)
- </TD></TR>
-
- <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Users</FONT>
- <P>
- <INPUT TYPE=text NAME="ftpusers" VALUE="<RCEftpusers>" SIZE=12 MAXSIZE=12>
- </TD>
- <TD>The maximum number of simultaneous FTP connections supported.
- </TD></TR>
-
- <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Upload</FONT>
- <P>
- <INPUT TYPE=text NAME="ftpupload" VALUE="<RCEftpupload>" SIZE=12 MAXSIZE=12>
- </TD>
- <TD>The maximum size <I>in bytes</I> of any single FTP upload to the server.
- Set this value to <B>0</B> if there should be no maximum upload size.
- </TD></TR>
-
- <TR valign=top><TD width=20%><FONT SIZE=+1>Valid Characters</FONT>
- <P>
- <INPUT TYPE=text NAME="validchars" VALUE="<RCEvalidchars>" SIZE=40 MAXSIZE=200>
- </TD>
- <TD>The list of characters that are valid for use in FTP file names.
- This affects both FTP upload and retrieval. If blank, all characters are
- considered valid.
- </TD></TR>
-
- </TABLE>
- <P>
- <CENTER>
- <HR>
- <INPUT TYPE=submit VALUE="Update Server Configuration">
- </FORM>
- <P>
- <HR>
- </CENTER>
- <BR>
- <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
- </BODY>
- </HTML>
-