I've been learning a lot about ASP.NET. The help I've received in this forum has/is excellent.
I want to upload a text file from one server to another server.
On the first server I want to have a textbox where a user can enter some text. When the user presses the submit button, I want the text to be uploaded to a different server.
I control both servers.
Can this be done? If so any hints or suggestions, maybe some example of the way to connect to the second server and upload the text file.
I can build the form and found plenty of examples on how to upload to the server the form resides on, but haven't found an example showing how to upload a file from one server to a different server.
In Perl, it is fairly easy. I imagine it can be done in ASP.NET (using VB), but need some help getting started on the upload portion.
tia...mike
I want to upload a text file from one server to another server.
On the first server I want to have a textbox where a user can enter some text. When the user presses the submit button, I want the text to be uploaded to a different server.
I control both servers.
Can this be done? If so any hints or suggestions, maybe some example of the way to connect to the second server and upload the text file.
I can build the form and found plenty of examples on how to upload to the server the form resides on, but haven't found an example showing how to upload a file from one server to a different server.
In Perl, it is fairly easy. I imagine it can be done in ASP.NET (using VB), but need some help getting started on the upload portion.
tia...mike