CLIENTSOCKET (JANUS DEFINE parameter)

From m204wiki
Revision as of 16:01, 8 March 2011 by 198.242.244.47 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<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.