bits-service
BITS error codes
I\'m writing an application updater that pulls installation package from our distribution web site to the user\'s PC using the background intelligent download service facility.[详细]
2023-01-29 16:34 分类:问答P/Invoke declaration does not seem correct
I was handed down a library that was developed in house as a wrapper for BITS. I was told that if you wanted to change between the 64bit and 32bit build you would need to swap out these two commented[详细]
2023-01-19 03:28 分类:问答Remotely enumerating BITS jobs (Background Intelligent Transfer Service)
I\'m using the c# wrapper sharpBITS as a means to download files via HTTP.However, I was wondering whether it开发者_开发问答 would be possible enumerate the current downloading BITS transactions from[详细]
2023-01-06 06:08 分类:问答Background Intelligent Transfer Service(BITS) download speed really slow?
I am using BITS 2.1 version, on Window XP SP3. I have 2 files, to download using BITS, one is around 9 Mb, other around 1 Mb. I created a BITS job in my C# code, added the 2 files to this Job and star[详细]
2023-01-05 09:15 分类:问答File upload using BITS (Background Intelligent Transfer Service) and AJAX
does anyone know开发者_JAVA技巧 if it is possible to do a file upload using the BITS protocoll? The protocol is HTML1.1, so in theory it should be possible.[详细]
2023-01-02 07:14 分类:问答BITS client fails to specify HTTP Range header
Our system is designed to deploy to regions with unreliable and/or insufficient network connections. We build our own fault tolerating data replication services that uses BITS.[详细]
2022-12-22 17:59 分类:问答Does .NET have a BITS module?
I have been researching in to using Background Intelligent Transfer Service. Most articles I have seen says there is no official .NET port but they recommend using sharpBITS. I will use sharpBITS if I[详细]
2022-12-21 04:11 分类:问答Retrieving dll version info via Win32 - VerQueryValue(...) crashes under Win7 x64
The respected open source .NET wrapper implementation (SharpBITS) of Windows BITS services fails identifying the underlying BITS version under Win7 x64.[详细]
2022-12-20 06:29 分类:问答Using Clickonce Deployment with Background intelligent transfer service
We are thinking about the deployment and update strategy for a fairly large framework throughout our organization. The application will be in .NET 3.5 and will run on Windows XP, Vista and Win 7 machi[详细]
2022-12-13 04:35 分类:问答How to use BITS in Powershell to upload / download files?
I\'ve found some pages in Google regarding this, but they are either not comp开发者_StackOverflow社区lete or outdated. Is there a definite guide somewhere? ThanksThere is always the help within PowerS[详细]
2022-12-09 15:38 分类:问答