Upload/download files securly, winforms c# and asp.net

Posted by mikeh on Stack Overflow See other posts from Stack Overflow or by mikeh
Published on 2010-03-31T21:39:12Z Indexed on 2010/03/31 21:43 UTC
Read the original article Hit count: 627

Filed under:
|
|
|

From a winforms application, I need to upload & download files to an asp.net web server using http/https.

  • only need to send/receive one file at a time
  • cannot use ftp, must use http/https
  • need progress bar
  • upload & download must be username/password authenticated

Is there an easy way to do this?

© Stack Overflow or respective owner

Related posts about aspnet

Related posts about winforms