home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / ftp.stm < prev    next >
Text File  |  2001-06-25  |  3KB  |  97 lines

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