ANONUSER (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />ANONUSER ''user''<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />ANONUSER ''user''<section end="desc" /></span>


<var>ANONUSER</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>ANONUSER</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


This parameter lets you change the name of the anonymous user, that is, of the user name that is granted access without ''Model 204'' user validation to the <var class="product">[[Janus FTP Server]]</var> being defined.  
This parameter lets you change the name of the anonymous user, that is, of the user name that is granted access without ''Model 204'' user validation to the <var class="product">[[Janus FTP Server]]</var> being defined.  
Line 12: Line 12:
This parameter is valid only for <var>[[JANUS DEFINE#type|FTPSERVER]]</var> port types.
This parameter is valid only for <var>[[JANUS DEFINE#type|FTPSERVER]]</var> port types.


==References==
==See also==
 
<ul>
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


[[Category:JANUS DEFINE parameters|ANONUSER]]
[[Category:JANUS DEFINE parameters|ANONUSER]]

Revision as of 19:40, 29 February 2012

<section begin="desc" />ANONUSER user<section end="desc" />

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

This parameter lets you change the name of the anonymous user, that is, of the user name that is granted access without Model 204 user validation to the Janus FTP Server being defined.

ANONUSER may be specified only if ANONYMOUS is also specified.

user must be ten characters or less.

This parameter is valid only for FTPSERVER port types.

See also