PASVPORT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(No difference)

Revision as of 23:24, 6 December 2011

<section begin="desc" />PASVPORT startportnum<section end="desc" />

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

This parameter identifies the first 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.

For more information about the Janus FTP Server, see the Janus Sockets Reference Manual.

This parameter is valid only for FTPSERVER port types.

References

See: List of Janus commands | List of JANUS DEFINE parameters.