PASVPORT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span class="pageSubtitle"><section begin="desc" />PASVPORT startportnum<section end="desc" /></span>
<span class="pageSubtitle">PASVPORT startportnum</span>


<var>PASVPORT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
<var>PASVPORT</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
Line 5: Line 5:
This parameter identifies the first <var class="product">[[Janus FTP Server|Janus FTP]]</var> server port number to use for "passive" file transfers. For such transfers, an FTP server opens an additional server socket, to which the client is requested to connect for data transfers.  
This parameter identifies the first <var class="product">[[Janus FTP Server|Janus FTP]]</var> server port number to use for "passive" file transfers. For such transfers, an FTP server opens an additional server socket, to which the client is requested to connect for data transfers.  


For each <var class="product>Janus FTP Server</var>, a block of <var class="product>maxcon</var> port numbers starting at <var class="product>startportnum</var> is used for passive file transfers. <var class="product>maxcon</var> is the maximum number of simultaneous FTP sessions supported by this server.  
For each <var class="product">Janus FTP Server</var>, a block of <var class="product">maxcon</var> port numbers starting at <var class="product">startportnum</var> is used for passive file transfers. <var class="product">maxcon</var> is the maximum number of simultaneous FTP sessions supported by this server.  


If <var>PASVPORT</var> is not specified, its default is 5000. If it is specified, the value must be at least 1000 and no greater than 32K.  
If <var>PASVPORT</var> is not specified, its default is 5000. If it is specified, the value must be at least 1000 and no greater than 32K.  

Latest revision as of 22:22, 16 April 2013

PASVPORT startportnum

PASVPORT is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter identifies the first Janus FTP server port number to use for "passive" file transfers. For such transfers, an FTP server opens an additional server socket, to which the client is requested to connect for data transfers.

For each Janus FTP Server, a block of maxcon port numbers starting at startportnum is used for passive file transfers. maxcon is the maximum number of simultaneous FTP sessions supported by this server.

If PASVPORT is not specified, its default is 5000. If it is specified, the value must be at least 1000 and no greater than 32K.

This parameter is valid only for FTPSERVER port types.

See also