CLIENTSOCKET (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
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 FTPSERVER port types.
This parameter is valid only for <var>[[JANUS DEFINE#type|FTPSERVER]]</var> port types.


==References==
==References==

Revision as of 19:39, 29 February 2012

<section begin="desc" />CLIENTSOCKET socketname -- port for active file FTP transfers<section end="desc" />

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

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.

References

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