CLIENTSOCKET (JANUS DEFINE parameter): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Automatically generated page update) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">CLIENTSOCKET socketname — port for active file FTP transfers</span> | |||
<span class="pageSubtitle" | |||
CLIENTSOCKET is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port | <var>CLIENTSOCKET</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | ||
This parameter names the client socket port to use to open connections back to the FTP client, if the client requests active file transfers. On active transfers the FTP server is required by the protocol to open a client connection back to a server port opened by the FTP client. | This parameter names the client socket port to use to open connections back to the FTP client, if the client requests active file transfers. On active transfers the FTP server is required by the protocol to open a client connection back to a server port opened by the FTP client. | ||
If this parameter is '''not''' specified, active file transfers are '''not''' permitted on this FTP | If this parameter is '''not''' specified, active file transfers are '''not''' permitted on this <var class="product">[[Janus FTP Server]]</var> port. | ||
The socket name is not validated when the DEFINE command is issued, but when an active transfer is attempted. | The socket name is not validated when the DEFINE command is issued, but when an active transfer is attempted. | ||
This parameter is valid only for <var>[[JANUS DEFINE#type|FTPSERVER]]</var> port types. | |||
==See also== | |||
<ul> | |||
== | <li>[[List of Janus commands]] | ||
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] | |||
</ul> | |||
[[Category:JANUS DEFINE parameters|CLIENTSOCKET]] | [[Category:JANUS DEFINE parameters|CLIENTSOCKET]] |
Latest revision as of 21:52, 16 April 2013
CLIENTSOCKET socketname — port for active file FTP transfers
CLIENTSOCKET is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.
This parameter names the client socket port to use to open connections back to the FTP client, if the client requests active file transfers. On active transfers the FTP server is required by the protocol to open a client connection back to a server port opened by the FTP client.
If this parameter is not specified, active file transfers are not permitted on this Janus FTP Server port.
The socket name is not validated when the DEFINE command is issued, but when an active transfer is attempted.
This parameter is valid only for FTPSERVER port types.