-1

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.

Andy Davies
  • 1,456
  • 9
  • 13
PAVITRA
  • 761
  • 2
  • 12
  • 24
  • 1
    What 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 Answers2

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.

Liam
  • 27,717
  • 28
  • 128
  • 190
chwarr
  • 6,777
  • 1
  • 30
  • 57
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

Community
  • 1
  • 1
Thilina T
  • 46
  • 2