home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysadmin / ftp.stm < prev    next >
Encoding:
Text File  |  2002-11-15  |  2.7 KB  |  96 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>FTP Configuration</TITLE>
  4. </HEAD>
  5. <BODY bgcolor=#ffffff>
  6. <SCRIPT language="JavaScript">
  7. <!--
  8. function Form_Validator(theForm)
  9. {
  10.     if (theForm.ftpport.value == "")
  11.     {
  12.         alert("Please enter a value for the \"FTP Server Port\" field.");
  13.         theForm.ftpport.focus();
  14.         return (false);
  15.     }
  16.  
  17.     if (theForm.ftpusers.value == "")
  18.     {
  19.         alert("Please enter a value for the \"Maximum FTP Users\" field.");
  20.         theForm.ftpusers.focus();
  21.         return (false);
  22.     }
  23.  
  24.     if (theForm.ftpupload.value == "")
  25.     {
  26.         alert("Please enter a value for the \"Maximum FTP Upload\" field.");
  27.         theForm.ftpupload.focus();
  28.         return (false);
  29.     }
  30.  
  31. }
  32. //-->
  33. </SCRIPT>
  34.  
  35. <A HREF="/sysadmin/index.stm" TARGET=_top>
  36. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  37. <CENTER><FONT SIZE=6>FTP Configuration</FONT>
  38. <BR>
  39. <I>Changes don't take effect until system restart.</I>
  40. <BR>
  41. <HR>
  42. </CENTER>
  43. <FORM METHOD=POST ACTION="/session/sysconfig" TARGET=_top onsubmit="return Form_Validator(this)">
  44. <INPUT TYPE=hidden NAME="RCpage" VALUE="/sysadmin/index.stm">
  45.  
  46. <TABLE border=0 cellspacing=20>
  47.  
  48. <TR valign=top><TD width=20%><FONT SIZE=+1>FTP Server Port</FONT>
  49. <P>
  50. <INPUT TYPE=text NAME="ftpport" VALUE="<RCEftpport>" SIZE=12 MAXSIZE=12>
  51. </TD>
  52. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  53. requests to different processes. The standard FTP port number is 21.  You can
  54. choose any port number from 1 to 65000, however, many port numbers on your
  55. system are reserved for other applications.  The FTP-SSL server is currently
  56. not configurable (set to port 990.)
  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=40 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.  If blank, all characters are
  80. considered valid.
  81. </TD></TR>
  82.  
  83. </TABLE>
  84. <P>
  85. <CENTER>
  86. <HR>
  87. <INPUT TYPE=submit VALUE="Update Server Configuration">
  88. </FORM>
  89. <P>
  90. <HR>
  91. </CENTER>
  92. <BR>
  93. <A HREF="/"><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  94. </BODY>
  95. </HTML>
  96.