CLIENTSOCKET (JANUS DEFINE parameter)

From m204wiki
Jump to navigation Jump to search

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.

See also