Bitsadmin /create

Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista

Creates a transfer job with the given display name.

Syntax

bitsadmin /create [Type] DisplayName

Parameters

Parameter Description

Type

  • /Download—transfers data from a server to a local file.

  • /Upload—transfers data from a local file to a server.

  • /Upload-Reply—transfers data from a local file to a server and receives a reply file from the server.

  • This parameter defaults to /Download when not specified on the command line.

DisplayName

The display name assigned to the newly created job.

Use the Bitsadmin /resume switch to activate the job in the transfer queue.

Examples

Creates a download job named myDownloadJob.

C:\>bitsadmin /create myDownloadJob

Additional references

Command-Line Syntax Key