CONFIGURE SERVER
Enables a user to change the setup of a server; any settings not specified will not be modified.
SFTMIME CONFIGURE SERVER:server-name [/NAME display-name] [/HOST hostname] [/PORT port] [/PATH path] [/TYPE {HTTP|RTSP}] [/REFRESH {ON|OFF}] [/SECURE] [/LOG log-pathname | /CONSOLE | /GUI]
Parameter | Description |
---|---|
SERVER:<server-name> |
The display name for the publishing server. |
/NAME <display-name> |
New display name for the server. |
/HOST <hostname> |
The host name or IP address for the publishing server. |
/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 "/". |
/TYPE |
Indicates whether the publishing server is a Web server ("HTTP") or an Application Virtualization Server ("RTSP"). |
/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