Programs | |||||||||||||||||||||||||||||||
• Greatis | • Security | • Drivers | • Delphi/CB | • Visual Basic | • .NET | • Outsourcing | |||||||||||||||||||||||||
|
|
Relate to: System utility, System Management, File system, Console Default location: %WinDir%\System32\bitsadmin.exe Useful information about: bitsadmin.exe Description: BITS administration utility Version: 7.0.6000.16386 (vista_rtm.061101-2205) Size: 192000 (187K) MD5: 3A589AD7528F7CE7F881464434D6B104 Bitsadmin.exe is a command-line tool. Bitsadmin.exe allows administrators to manage the Background Intelligent Transfer Service (BITS), a background file transfer service and queue manager. Requests to BITS are submitted by an application and the files can be transferred in a throttled manner such that the interactive user is not affected by the bandwidth consumed. Requests are placed in a queue until the files are transferred, at which time the requesting application is invoked and notified of the completion. USAGE: BITSADMIN [/RAWRETURN] [/WRAP | /NOWRAP] command The following commands are available:
/HELP Prints this help /? Prints this help /UTIL /? Prints the list of utilities commands /PEERCACHING /? Prints the list of commands to manage Peercaching /CACHE /? Prints the list of cache management commands /PEERS /? Prints the list of peer management commands
/LIST [/ALLUSERS] [/VERBOSE] List the jobs /MONITOR [/ALLUSERS] [/REFRESH sec] Monitors the copy manager /RESET [/ALLUSERS] Deletes all jobs in the manager
/TRANSFER
remote_url local_name
Transfers one of more files.
[type] may be /DOWNLOAD or /UPLOAD; default is download
Multiple URL/file pairs may be specified.
Unlike most commands,
/CREATE [type]
[type] may be /DOWNLOAD, /UPLOAD, or /UPLOAD-REPLY; default is download
Unlike most commands,
/INFO
/ADDFILE
/ADDFILESET
Each line of
by spaces. A line beginning with '#' is treated as a comment.
Once the file set is read into memory, the contents are added to the job.
/ADDFILEWITHRANGES
Like /ADDFILE, but BITS will read only selected byte ranges of the URL.
range_list is a comma-delimited series of offset and length pairs.
For example,
0: 100,2000:100,5000:eof
instructs BITS to read 100 bytes starting at offset zero, 100 bytes starting
at offset 2000, and the remainder of the URL starting at offset 5000.
/REPLACEREMOTEPREFIX
All files whose URL begins with
Note that BITS currently supports HTTP/HTTPS downloads and uploads.
It also supports UNC paths and file: // paths as URLS
/LISTFILES
/SUSPEND
/RESUME
/CANCEL
/COMPLETE
/GETTYPE
/GETACLFLAGS
/SETACLFLAGS
O - OWNER G - GROUP
D - DACL S - SACL
Examples:
bitsadmin /setaclflags MyJob OGDS
bitsadmin /setaclflags MyJob OGD
/GETBYTESTOTAL
/GETBYTESTRANSFERRED
/GETFILESTOTAL
/GETFILESTRANSFERRED
/GETCREATIONTIME
/GETMODIFICATIONTIME
/GETCOMPLETIONTIME
/GETSTATE
/GETERROR
/GETOWNER
/GETDISPLAYNAME
/SETDISPLAYNAME
/GETDESCRIPTION
/SETDESCRIPTION
/GETPRIORITY
/SETPRIORITY
Priority usage choices:
FOREGROUND
HIGH
NORMAL
LOW
/GETNOTIFYFLAGS
/SETNOTIFYFLAGS
For more help on this option, please refer to the MSDN help page for SetNot
fyFlags/GETNOTIFYINTERFACE
egistered
/GETMINRETRYDELAY
/SETMINRETRYDELAY
/GETNOPROGRESSTIMEOUT
ds
/SETNOPROGRESSTIMEOUT
/GETMAXDOWNLOADTIME
/SETMAXDOWNLOADTIME
/GETERRORCOUNT
/SETPROXYSETTINGS
usage choices:
PRECONFIG - Use the owner's IE defaults.
AUTODETECT - Force autodetection of proxy.
NO_PROXY - Do not use a proxy server.
OVERRIDE - Use an explicit proxy list and bypass list.
Must be followed by a proxy list and a proxy bypass list.
NULL or "" may be used for an empty proxy bypass list.
Examples:
bitsadmin /setproxysettings MyJob PRECONFIG
bitsadmin /setproxysettings MyJob AUTODETECT
bitsadmin /setproxysettings MyJob NO_PROXY
bitsadmin /setproxysettings MyJob OVERRIDE proxy1: 80 "
bitsadmin /setproxysettings MyJob OVERRIDE proxy1,proxy2,proxy3 NULL
/GETPROXYUSAGE
/GETPROXYLIST
/GETPROXYBYPASSLIST
/TAKEOWNERSHIP
/SETNOTIFYCMDLINE
Sets a program to execute for notification, and optionally parameters.
The program name and parameters can be NULL.
IMPORTANT: if parameters are non-NULL, then the program name should be the
first parameter.
Examples:
bitsadmin /SetNotifyCmdLine MyJob c: \winnt\system32\notepad.exe NULL
bitsadmin /SetNotifyCmdLine MyJob c: \foo.exe "c:\foo.exe parm1 parm2"
bitsadmin /SetNotifyCmdLine MyJob NULL NULL
/GETNOTIFYCMDLINE
/SETCREDENTIALS
Adds credentials to a job.
/REMOVECREDENTIALS
Removes credentials from a job.
/GETCUSTOMHEADERS
/SETCUSTOMHEADERS
/GETCLIENTCERTIFICATE
ate Information
/SETCLIENTCERTIFICATEBYID
Sets a client authentication certificate to a job.
1(CURRENT_USER), 2(LOCAL_MACHINE), 3(CURRENT_SERVICE),
4(SERVICES), 5(USERS), 6(CURRENT_USER_GROUP_POLICY),
7(LOCAL_MACHINE_GROUP_POLICY) or 8(LOCAL_MACHINE_ENTERPRISE).
/SETCLIENTCERTIFICATEBYNAME
Sets a client authentication certificate to a job.
1(CURRENT_USER), 2(LOCAL_MACHINE), 3(CURRENT_SERVICE),
4(SERVICES), 5(USERS), 6(CURRENT_USER_GROUP_POLICY),
7(LOCAL_MACHINE_GROUP_POLICY) or 8(LOCAL_MACHINE_ENTERPRISE).
/REMOVECLIENTCERTIFICATE
ormation from the job
/SETSECURITYFLAGS
Sets the HTTP security flags for URL redirection and checks performed on the
server certificate during the transfer.
The value is an unsigned integer with the following interpretation for the b
ts in the binary representation.
Enable CRL Check : Set the least significa
t bit
Ignore invalid common name in server certificate : Set the 2nd bit from ri
ht
Ignore invalid date in server certificate : Set the 3rd bit from ri
ht
Ignore invalid certificate authority in server
certificate : Set the 4th bit from ri
ht
Ignore invalid usage of certificate : Set the 5th bit from ri
ht
Redirection policy : Controlled by the 9th-1
th bits from right
0,0,0 - Redirects will be automatically allowed.
0,0,1 - Remote name in the IBackgroundCopyFile interface will be upda
ed if a redirect occurs.
0,1,0 - BITS will fail the job if a redirect occurs.
Allow redirection from HTTPS to HTTP : Set the 12th bit from r
ght
/GETSECURITYFLAGS
Reports the HTTP security flags for URL redirection and checks performed on
he server certificate during the transfer.
/SETVALIDATIONSTATE
Sets the content-validation state of the given file within the job.
/GETVALIDATIONSTATE
Reports the content-validation state of the given file within the job.
/GETTEMPORARYNAME
Reports the temporary filename of the given file within the job.
The following options control peercaching of a particular job:
/SETPEERCACHINGFLAGS
Sets the flags for the job's peercaching behavior.
The value is an unsigned integer with the following interpretation for the
its in the binary representation.
Allow the job's data to be downloaded from a peer : Set the least signi
icant bit
Allow the job's data to be served to peers : Set the 2nd bit fro
right
/GETPEERCACHINGFLAGS
Reports the flags for the job's peercaching behavior.
The following options are valid for UPLOAD-REPLY jobs only:
/GETREPLYFILENAME
eply
/SETREPLYFILENAME
eply
/GETREPLYPROGRESS
/GETREPLYDATA
The following options can be placed before the command:
/RAWRETURN Return data more suitable for parsing
/WRAP Wrap output around console (default)
/NOWRAP Don't wrap output around console
The /RAWRETURN option strips new line characters and formatting.
It is recognized by the /CREATE and /GET* commands.
Commands that take a
GUID inside braces. BITSADMIN reports an error if a name is ambiguous.
Read more: http://207.46.196.114/WindowsServer/en/l...
Slow computer? Get rid of a Virus/Trojan/Adware/Spyware/Rootkit?
Try RegRun for free. It helps...
|
|
|||||
What's new? | |||||
|
|||||
Vista Programs
|
|||||
Greatis | Security | AppDatabase | Utilities | Delphi/CB | Visual Basic | .NET | Outsourcing
Contacts | Add to Favorites | Recommend to a Friend | Privacy Policy | Copyright © |