ADD SERVER
Adds a publishing server.
SFTMIME ADD SERVER:server-name /HOST hostname /TYPE {HTTP|RTSP} /PATH path [/PORT port] [/REFRESH {ON|OFF}] [/SECURE] [/LOG log-pathname | /CONSOLE | /GUI]
Parameter | Description |
---|---|
SERVER:<server-name> |
The display name for the publishing server. |
/HOST <hostname> |
The host name or IP address for the publishing server. |
/TYPE {HTTP|RTSP} |
Indicates whether the publishing server is a Web server ("HTTP") or an Application Virtualization Server ("RTSP"). |
/PORT <port> |
The port on which the publishing server listens. Defaults to 80 for normal HTTP servers, 443 for HTTP servers using enhanced security, 554 for normal Application Virtualization Servers, and 322 for servers using enhanced security. |
/PATH <path> |
The path portion of the URL used in a publishing request. If the TYPE parameter is set to RTSP, the path is optional and defaults to "/". |
/REFRESH |
If set to ON, publishing information will be refreshed when the user logs in. Defaults to ON. |
/SECURE |
If present, indicates that a connection with enhanced security should be established to the publishing server. |
/LOG |
If specified, output is logged to the specified path name. |
/CONSOLE |
If specified, output is presented in the active console window (default). |
/GUI |
If specified, output is presented in a Windows dialog box. |
For version 4.6, the following option has been added.
/LOGU |
If specified, output is logged to the specified path name in UNICODE format. |
Related topics