Pregunta

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.

¿Fue útil?

Solución

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top