text
stringlengths
0
4.23k
Transferred
BITS has successfully transferred all files in the job.
Suspended
The job is paused.
Error
A nonrecoverable error occurred; the transfer isn't retried.
Transient_Error
A recoverable error occurred; the transfer retries when the minimum retry delay expires.
Acknowledged
The job completed.
Canceled
The job was canceled.
Queued
Connecting
Transferring
Transferred
Suspended
Error
Transient_Error
Acknowledged
Canceled
Examples
To retrieve the state for the job named myDownloadJob:
bitsadmin /getstate myDownloadJob
bitsadmin gettemporaryname
Reports the temporary filename of the given file within the job.
Syntax
bitsadmin /gettemporaryname <job> <file_index>
Parameters
Parameter
Description
job
The job's display name or GUID.
file_index
Starts from 0.
Examples
To report the temporary filename of file 2 for the job named myDownloadJob:
bitsadmin /gettemporaryname myDownloadJob 1
bitsadmin gettype
Retrieves the job type of the specified job.
Syntax
bitsadmin /gettype <job>
Parameters
Parameter
Description
job
The job's display name or GUID.
Output
The returned output values can be:
Type
Description
Download
The job is a download.
Upload
The job is an upload.
Upload-Reply
The job is an upload-reply.