asynchronous file upload

  • Thread starter Thread starter sushma
  • Start date Start date
S

sushma

hi,
in my application i want to upload files to http and ftp sites.what
i need a safe copy in case of lost connections and also resuming the
upload from last broken connection.will it be possible.if yes give me
the sample code for resuming or suggest me a good site for it as i'm
new to .net.
with regards,
sushma
 
Hello sushma,
hi,
in my application i want to upload files to http and ftp sites.what
i need a safe copy in case of lost connections and also resuming the
upload from last broken connection.will it be possible.if yes give me
the sample code for resuming or suggest me a good site for it as i'm
new to .net.
with regards,

Have a look at BITS on MSDN. There's also a managed code wrapper in the Coding
4 Fun section.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top