CLIENTSOCKET (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:CLIENTSOCKET}} <span class="pageSubtitle"><section begin="desc" />socketname<section end="desc" /></span> CLIENTSOCKET is a parameter on JANUS DEFINE, which d...")
 
m (1 revision)
(No difference)

Revision as of 21:58, 8 March 2011

<section begin="desc" />socketname<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 FTP server port.

The socket name is not validated when the DEFINE command is issued, but when an active transfer is attempted.

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.