<ASP.NET>
I have quite a dilemma and I am unsure that it is even possible. I have a web site that resides on a server. When I goto that site I can specify files on my computer (which are remote to the site) that I want to upload to that server just fine using the server.mappath function. All is fine with that process. I also have files that reside on my computer that need to be FTP'd to a different server. (file server). Well my question is even though the files exist on my computer (remote to the website) is there a way to be able to FTP from my computer directly to the file server and totally skip the webserver? I think this is the anwser and please someone correct me if I am wrong. I think that since the FTP client is on the webserver there is no way to be able to establish a connection between my computer and the file server. So I am gonna have to upload from my computer to the web server and then upload from that server to the file server. I am trying to get around that second hop, but if anyone has any documentation,thoughts or ideas I would love to hear them. Thanks again!