home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / ftp.stm < prev    next >
Text File  |  1997-08-27  |  3KB  |  99 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="/images/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>Act as FTP Server</FONT>
  49. <P>
  50. <INPUT TYPE=radio NAME="ftpserver" VALUE="true" <RCif RCEftpserver = true> CHECKED<RCendif>>
  51. <B>Yes</B><BR>
  52. <INPUT TYPE=radio NAME="ftpserver" VALUE="false" <RCif RCEftpserver = false> CHECKED<RCendif>>
  53. <B>No</B><BR>
  54. </TD>
  55. <TD>Start the FTP Server when the Sambar Server is started (in addition
  56. to the HTTP server).  <I>WARNING: </I>If your machine is already running
  57. an FTP Server, the Sambar Server will fail to start if their ports 
  58. conflict.</I>
  59. </TD></TR>
  60.  
  61. <TR valign=top><TD width=20%><FONT SIZE=+1>FTP Server Port</FONT>
  62. <P>
  63. <INPUT TYPE=text NAME="ftpport" VALUE="<RCEftpport>" SIZE=12 MAXSIZE=12>
  64. </TD>
  65. <TD>The TCP/IP protocol has a number of ports which are used to differentiate
  66. requests to different processes. The standard FTP port number is 21.  You can
  67. choose any port number from 1 to 65000, however, many port numbers on your
  68. system are reserved for other applications.
  69. </TD></TR>
  70.  
  71. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Users</FONT>
  72. <P>
  73. <INPUT TYPE=text NAME="ftpusers" VALUE="<RCEftpusers>" SIZE=12 MAXSIZE=12>
  74. </TD>
  75. <TD>The maximum number of simultaneous FTP connections supported.
  76. </TD></TR>
  77.  
  78. <TR valign=top><TD width=20%><FONT SIZE=+1>Maximum FTP Upload</FONT>
  79. <P>
  80. <INPUT TYPE=text NAME="ftpupload" VALUE="<RCEftpupload>" SIZE=12 MAXSIZE=12>
  81. </TD>
  82. <TD>The maximum size <I>in bytes</I> of any single FTP upload to the server.
  83. </TD></TR>
  84.  
  85.  
  86. </TABLE>
  87. <P>
  88. <CENTER>
  89. <HR>
  90. <INPUT TYPE=submit VALUE="Update Server Configuration">
  91. </FORM>
  92. <P>
  93. <HR>
  94. </CENTER>
  95. <BR>
  96. <A HREF="/"><IMG border=0 SRC="/images/system/powerby.gif"></A>
  97. </BODY>
  98. </HTML>
  99.