How to schedule file uploads to a server using an ASP.NET web page

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.

+3
source share
4 answers

, . , , . . , , , , .

- , .

, ( , (dd-wrt), - ).

, , .

, , , , . , .

+1

, , Window. i. Window , .

: - Windows ASP.NET

+3

( ), ASP.NET .

, , .

0

1) ASP.Net - MSMQ, .

2) Windows/ , .

(2) ScheduledTask SQL- , , - , , .

0

All Articles