Bitsadmin addfile command in Windows
The bitadmin addfile command in Windows is used to add files to the specified task.
Table of Contents
The bitadmin addfile command in Windows is used to add files to the specified task.
Syntax
bitsadmin / AddFile
Parameters
ParameterDescriptionJob Display name of the task or GUID. RemoteURL URL of the file on the server. LocalName The name of the file on the local computer. LocalName must contain the absolute path for that file.For example
Please add a file to the task. Repeat this action for each file you want to add. If multiple tasks use myDownloadJob as a generic name, you must replace myDownloadJob with the GUID of the task, to identify that task only.
C:> bitsadmin / addfile myDownloadJob http:///downloadsrv/10mb.zip c: 10mb.zip
See more:
- The autochk command in Windows
- The atmadm command in Windows
- Auditpol command in Windows
4.1 ★ | 9 Vote
Read More
- Bitsadmin getfilestransferred and bitsadmin commands getminretrydelay
- Bitsadmin create command in Windows
- Bitsadmin complete command in Windows
- Bitsadmin getmodificationtime and bitsadmin getnoprogresstimeout command
- The bitsadmin getbytestransferred and bitsadmin commands getcompletiontime in Windows
- The bitsadmin geterrorcount command and bitsadmin getfilestotal in Windows
- Order bitsadmin getnotifycmdline, getnotifyflags, getnotifyinterface
- The command bitadmin addfilewithranges in Windows