home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / ftp.stm < prev    next >
Text File  |  2000-01-31  |  3KB  |  95 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>FTP/NNTP Configuration</TITLE>
  5. </HEAD>
  6. <BODY bgcolor=#ffffff>
  7. <SCRIPT language="JavaScript">
  8. <!--
  9. function Form_Validator(theForm)
  10. {
  11.     if (theForm.ftpport.value == "")
  12.     {
  13.         alert("Please enter a value for the \"FTP Server Port\" field.");
  14.         theForm.ftpport.focus();
  15.         return (false);
  16.     }
  17.  
  18.     if (theForm.ftpusers.value == "")
  19.     {
  20.         alert("Please enter a value for the \"Maximum FTP Users\" field.");
  21.         theForm.ftpusers.focus();
  22.         return (false);
  23.     }
  24.  
  25.     if (theForm.ftpupload.value == "")
  26.     {
  27.         alert("Please enter a value for the \"Maximum FTP Upload\" field.");
  28.         theForm.ftpupload.focus();
  29.         return (false);
  30.     }
  31.  
  32. }
  33. //-->
  34. </SCRIPT>
  35.  
  36. <A HREF="/sysadmin/index.stm" TARGET=_top>
  37. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  38. <CENTER><FONT SIZE=6>FTP Configuration</FONT>
  39. <BR>
  40. <I>Changes don't take effect until system restart.</I>
  41. <BR>
  42. <HR>
  43. </CENTER>
  44. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  45. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  46.  
  47. <TABLE border=0 cellspacing=20>
  48.  
  49. <TR valign=top><TD width=20%><FONT SIZE=+1>FTP Server Port</FONT>
  50. <P>
  51. <INPUT TYPE=text NAME="ftpport" VALUE="<RCEftpport>" SIZE=12 MAXSIZE=12>
  52. </TD>
  53. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  54. requests to different processes. The standard FTP port number is 21.  You can
  55. choose any port number from 1 to 65000, however, many port numbers on your
  56. system are reserved for other applications.
  57. </TD></TR>
  58.  
  59. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Users</FONT>
  60. <P>
  61. <INPUT TYPE=text NAME="ftpusers" VALUE="<RCEftpusers>" SIZE=12 MAXSIZE=12>
  62. </TD>
  63. <TD>The maximum number of simultaneous FTP connections supported.
  64. </TD></TR>
  65.  
  66. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Upload</FONT>
  67. <P>
  68. <INPUT TYPE=text NAME="ftpupload" VALUE="<RCEftpupload>" SIZE=12 MAXSIZE=12>
  69. </TD>
  70. <TD>The maximum size <I>in bytes</I> of any single FTP upload to the server.
  71. Set this value to <B>0</B> if there should be no maximum upload size. 
  72. </TD></TR>
  73.  
  74. <TR valign=top><TD width=20%><FONT SIZE=+1>Valid Characters</FONT>
  75. <P>
  76. <INPUT TYPE=text NAME="validchars" VALUE="<RCEvalidchars>" SIZE=60 MAXSIZE=200>
  77. </TD>
  78. <TD>The list of characters that are valid for use in FTP file names.
  79. This affects both FTP upload and retrieval.
  80. </TD></TR>
  81.  
  82. </TABLE>
  83. <P>
  84. <CENTER>
  85. <HR>
  86. <INPUT TYPE=submit VALUE="Update Server Configuration">
  87. </FORM>
  88. <P>
  89. <HR>
  90. </CENTER>
  91. <BR>
  92. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  93. </BODY>
  94. </HTML>
  95.