Runtime_error
Freshman
- Joined
- Aug 5, 2003
- Messages
- 38
Help
I have to transfer a file from one server to another. This has to be automated so basically the user selects the file to transfers, clicks a button and it sends it off to another server.
I can do the file upload, but that requires the file being on the user's system. The scenario here is that the user is viewing the file on a remote server and then clicks the button to send that file to another server.
Can HTTP file transfer achieve this? If so , few pointers would be appreciated.
In ASP.net (C#) what is the best solution/ method to transfering files from one server to another.
Code samples would be good , but suggestions are appreciated a lot. Thanks in advance
I have to transfer a file from one server to another. This has to be automated so basically the user selects the file to transfers, clicks a button and it sends it off to another server.
I can do the file upload, but that requires the file being on the user's system. The scenario here is that the user is viewing the file on a remote server and then clicks the button to send that file to another server.
Can HTTP file transfer achieve this? If so , few pointers would be appreciated.
In ASP.net (C#) what is the best solution/ method to transfering files from one server to another.
Code samples would be good , but suggestions are appreciated a lot. Thanks in advance