home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
WEBSERVE
/
SAMBAR
/
DATA.1
/
ftp.stm
< prev
next >
Wrap
Text File
|
1997-08-27
|
3KB
|
99 lines
<HTML>
<HEAD>
<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="/images/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>Act as FTP Server</FONT>
<P>
<INPUT TYPE=radio NAME="ftpserver" VALUE="true" <RCif RCEftpserver = true> CHECKED<RCendif>>
<B>Yes</B><BR>
<INPUT TYPE=radio NAME="ftpserver" VALUE="false" <RCif RCEftpserver = false> CHECKED<RCendif>>
<B>No</B><BR>
</TD>
<TD>Start the FTP Server when the Sambar Server is started (in addition
to the HTTP server). <I>WARNING: </I>If your machine is already running
an FTP Server, the Sambar Server will fail to start if their ports
conflict.</I>
</TD></TR>
<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.
</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.
</TD></TR>
</TABLE>
<P>
<CENTER>
<HR>
<INPUT TYPE=submit VALUE="Update Server Configuration">
</FORM>
<P>
<HR>
</CENTER>
<BR>
<A HREF="/"><IMG border=0 SRC="/images/system/powerby.gif"></A>
</BODY>
</HTML>