How to upload a file from a web server to another iis server
eg. I have many movie files that I want to host on my website.
movies are uploaded to another site, and I want to capture them on my own site.
Is it possible to schedule asynchronous file uploads on a server using an ASP.NET web page? I only have FTP access to the web server since I use shared hosting.
source
share