ANONYMOUS (JANUS DEFINE parameter)

From m204wiki
Revision as of 16:01, 8 March 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:ANONYMOUS}} <span class="pageSubtitle"><section begin="desc" />[maxanon | *]<section end="desc" /></span> ANONYMOUS is a parameter on JANUS DEFINE, which defi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />[maxanon | *]<section end="desc" />

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

This parameter indicates that anonymous access is permitted to the FTP server being defined. Anonymous access is FTP access that does not require a valid Model 204 user ID. If the ANONYMOUS parameter is not specified, no anonymous access is permitted.

The ANONYMOUS parameter must be followed by a number (maxanon) or an asterisk (*):

  • maxanon is an integer in the range from 1 to maxcon that indicates how many of the FTP server's sessions may be used for anonymous sessions. maxcon is the maximum number of simultaneous FTP sessions supported by this server.
  • An asterisk indicates that all maxcon sessions are available for anonymous FTP use.


If anonymous access is permitted, the default name of the anonymous user is ANONYMOUS. This name can be overridden with the ANONUSER parameter (:hdref refid=anonuse.).

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.