Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1 KB

bitsadmin-setreplyfilename.md

File metadata and controls

44 lines (31 loc) · 1 KB
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin setreplyfilename
Reference article for the bitsadmin setreplyfilename command, which specifies the path of the file that contains the server upload-reply.
reference
c26d3342-0533-40b1-a13e-e09678232b25
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin setreplyfilename

Specifies the path of the file that contains the server upload-reply.

Note

This command isn't supported by BITS 1.2 and earlier.

Syntax

bitsadmin /setreplyfilename <job> <file_path>

Parameters

Parameter Description
job The job's display name or GUID.
file_path Location to put the server upload-reply.

Examples

To set the upload-reply filename file path for the job named myDownloadJob:

bitsadmin /setreplyfilename myDownloadJob c:\upload-reply

Related links