File transfert application

  • Thread starter Thread starter Alexandre Jaquet
  • Start date Start date
A

Alexandre Jaquet

Hi,

I currently design an application for sending files between two users and
having questions about the transfert of files.

What's the best I can do to ensure files are send, I will need a pause
and continue states. (If a user crash or quit he quit before the file are
complety
send).

Thanks in advance.
 
I currently use a class called WebClient that can sent
files over http to a location you want .
 
Back
Top