Upload/download files securly, winforms c# and asp.net
- by mikeh
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?