I have a requirement to transfer files to server and retrive them back via an ASP.net site. Heard using BITS is an approach. Can I use BITS in a non windows client environment? It would be nice if I can find a tutorial as well.
Asked
Active
Viewed 1,011 times
-1
-
1What did you try? We need more detail than this! – Alex Nov 11 '13 at 10:02
-
My question is Can I use BITS in a non windows client environment for file transfer? I just need to clarify this. So far I have refered (https://www.simple-talk.com/content/article.aspx?article=271) – PAVITRA Nov 11 '13 at 10:09
2 Answers
1
MSDN documents the BITS Upload protocol. As that page says,
Use the upload protocol to replace the BITS client or server software with your own implementation.
1
I hope these links will be useful
ASP.NET Uploading files in the background (BITS/AJAX?)
is there a BITS equivalent for Linux? Hope you are referring Linux/Unix enviornments