Wikipedia Article
8
votes
3answers
489 views
Is TIdHTTPServer Compatible with Micrsoft BITS
We are trying to write an update server for our software using the TIdHTTPServer component. Currently we are serving an XML file that lists the available updates and their file versions etc.., when ...
7
votes
2answers
831 views
What's the best freely available C# wrapper for BITS?
BITS, the Windows background intelligent transfer service.
Looks like there are a few C# wrappers around that manage the interop to BITS, does anybody have any opinions on the best one?
4
votes
1answer
2k views
Background Intelligent Transfer Service In C#
Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and was ...
4
votes
1answer
175 views
Is BITS still a good background update technology?
One of my hobby applications uses a SQLite back end to store the application data. The application is setup so that the user can click the typical "Check for Updates" button, which will query a ...
3
votes
1answer
612 views
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 ...
3
votes
5answers
463 views
Programatically determining maximum transfer rate
I have a problem that requires me to calculate the maximum upload and download available, then limit my program's usage to a percentage of it. However, I can't think of a good way to find the ...
3
votes
2answers
192 views
Uploading Large Files
I'm using a windows service on my server to receive large files (1 GB) from desktop clients when I use the TCPClient class it creates astream to send the file which bloks my memory, What is the well ...
3
votes
3answers
2k views
How to use BITS in Powershell to upload / download files?
I've found some pages in Google regarding this, but they are either not complete or outdated. Is there a definite guide somewhere? Thanks
2
votes
0answers
102 views
How to limit the download speed and scheduling of Background Intelligent Transfer Service (BITS) jobs from code?
I'm trying to figure out how I can do the following stuff from code:
Limit the download speed of BITS jobs.
Limiting the downloading of BITS jobs to certain hours of the day.
I'm aware that you ...
2
votes
1answer
111 views
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 ...
2
votes
2answers
246 views
How to transfer large files from desktop to server ( .NET)
I am writing a .NET 2.0 based desktop client that will send large files ( well largish under 2GB) to a server. Need to develop the server as well. Server can be on any technology
It should be secure ...
2
votes
1answer
231 views
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.
Due to some security ...
2
votes
1answer
590 views
Background Intelligent Transfer Service and Amazon S3
I'm using SharpBITS to download file from AmazonS3.
> // Create new download job. BitsJob
> job = this._bitsManager.CreateJob(jobName, JobType.Download);
> // Add file to job.
> ...
2
votes
2answers
418 views
Using HTTPS with BITS (Background Intelligent Transfer Service)
I am writing a client application that needs to send a file via BITS to my server. I have everything working for the most part, but I can't get the BITS connection to operate securely with HTTPS.
...
1
vote
2answers
306 views
ASP.NET Uploading files in the background (BITS/AJAX?)
I have a webpage where users can create a database record and select a file they want to upload to the database server. these files can be big, like 100mb.
I dont want the user to wait, so I want the ...
1
vote
1answer
122 views
BITS Credential Problem
I am facing the BITS Security problem.
I am creating the application where I am using t BITS to upload and download the file to the IIS server.
Now, my requirement is that I want to make my Virtual ...
1
vote
1answer
290 views
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 the web ...
1
vote
2answers
415 views
How can you configure or extend BITS (Background Intelligent Transfer Service) to read files from a Sql Server Database
I have a ASP .NET load balanced application (webservice and website). It runs on SQL server. I need to be able to provide large files for download. However, because of the load balancing situation, ...
1
vote
2answers
219 views
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 ...
1
vote
4answers
2k views
How do I get a a list of files from a web directory?
How do I get a a list of files from a web directory? If I access the web directory URL the internet browser list all the files in that directory. Now I just want to get that list in C# and download ...
1
vote
2answers
346 views
Ignore certificate authority (self-signed) with BITS
I'm trying to upload a file with a client application using BITS (Microsoft's Background Intelligent Transfer Service) via HTTPS. The development server I'm uploading to/testing with does not have a ...
1
vote
2answers
417 views
.NET 3.5 Download Large Files
I want to allow users to download a large file - around 4GB. I'd like them to have the ability to resume failed downloads.
Can anyone make any recommendations on the best way to do this? Or are ...
1
vote
2answers
2k views
VB.NET and BITS - Background Intelligent Transfer Service
Has any one used BITs in VB.NET? If so, do you have code samples and advice?
I was looking at SharpBits but I have a VB project that I wanted to use BITS for. Is it possible to use it with my ...
1
vote
1answer
728 views
Questions about using the Background Intelligent Transfer Service
I have a few questions in regards to using the Background Intelligent Transfer Service (BITS) as a scheme to add auto-updating capabilities to a windows application.
1 - If a user disables the ...
0
votes
1answer
49 views
Retrieving BITS Version in C#
How can the the BITS (Background Intelligent Transfer Service) version be retrieved using C# .NET 4.0.
0
votes
1answer
13 views
BITS Download Quota
I have an application which downloads files from a server and after a certain amount of downloads in a single machine it fails, unless I run the executable as administrator (or of course debug from VS ...
0
votes
1answer
72 views
bits , sharpBits.net
I using in my project BITS - Background Intelligent Transfer Service for send file with larg size. Using SharpBITS.NET in C# code.
I want to upload file from server to client. I now note the sides.
...
0
votes
1answer
103 views
How do you set up the correct HTTP Response object for a Range request coming from BITS (Background Intelligent Transfer Service)?
I have a requirement to implement a web-service that can issue files to the bits (Background Intelligent Transfer Service). The language is ASP.NET (C#). The problem I am having is with the "range" ...
0
votes
0answers
207 views
PS script for BITS transfer fails with error “user has not logged on to the network”
We have powershell script that is run from Java service (that is run under some domain user account (Domain\user2) that is member of Local admin group) on Win2008 and it tries to Download a file from ...
0
votes
1answer
100 views
Exception Retrieving the COM class factory in ASP.net web app
I am getting this exception within my ASP.net web application
EXCEPTION: Retrieving the COM class
factory for component with CLSID
{4991D34B-80A1-4291-83B6-3328366B9097}
failed due to the ...
0
votes
1answer
63 views
BITS credential problem
I have a service to download file using credential domain\user but get this error :
ErrorCode [-2147023582] 80070522
Description [A required privilege is not held by the client.]
ErrorContext ...
0
votes
1answer
135 views
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.
More or less everything ...
0
votes
1answer
487 views
File upload using BITS (Background Intelligent Transfer Service) and AJAX
does anyone know 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.
Any ideas are appriciated.
Thanks,
. Ivar
0
votes
3answers
710 views
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.
Here is the source code that fails. ...
0
votes
3answers
526 views
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 ...
0
votes
3answers
1k views
Upload/Download large files in a web app
I have a web app and I want to offer the possibility of upload and download big files (more than 2 gigas)
Is it possible? Does exist some open Source project that can help me?
Thank you very much