mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
108 lines
3.0 KiB
Markdown
108 lines
3.0 KiB
Markdown
---
|
||
title: ADD SERVER
|
||
description: ADD SERVER
|
||
author: jamiejdt
|
||
ms.assetid: 4be2ac2e-a410-4711-9f84-f305393c8fa7
|
||
ms.pagetype: mdop, appcompat, virtualization
|
||
ms.mktglfcycl: deploy
|
||
ms.sitesec: library
|
||
ms.prod: w8
|
||
ms.date: 06/16/2016
|
||
---
|
||
|
||
|
||
# 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]`
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Parameter</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>SERVER:<server-name></p></td>
|
||
<td align="left"><p>The display name for the publishing server.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/HOST <hostname></p></td>
|
||
<td align="left"><p>The host name or IP address for the publishing server.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/TYPE {HTTP|RTSP}</p></td>
|
||
<td align="left"><p>Indicates whether the publishing server is a Web server ("HTTP") or an Application Virtualization Server ("RTSP").</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/PORT <port></p></td>
|
||
<td align="left"><p>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.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/PATH <path></p></td>
|
||
<td align="left"><p>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 "/".</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/REFRESH</p></td>
|
||
<td align="left"><p>If set to ON, publishing information will be refreshed when the user logs in. Defaults to ON.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/SECURE</p></td>
|
||
<td align="left"><p>If present, indicates that a connection with enhanced security should be established to the publishing server.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/LOG</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/CONSOLE</p></td>
|
||
<td align="left"><p>If specified, output is presented in the active console window (default).</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/GUI</p></td>
|
||
<td align="left"><p>If specified, output is presented in a Windows dialog box.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
For version 4.6, the following option has been added.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>/LOGU</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name in UNICODE format.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
## Related topics
|
||
|
||
|
||
[SFTMIME Command Reference](sftmime--command-reference.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|