CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    7

    How to do Ftp from one server to another server directly

    Hello everyone,

    I am working on C#.net(3.0) in windows XP platform. I have a two different servers with FTP in it.

    I am developing a module in the above technology, in which, without i have to transfer a file from one FTP server to another FTP server, without using the local system.

    Now, i am downloading required file from the FTp-server1 to local system and then, from the local system i am uploading it to the other Ftp-server2. But, i want to do file transfer directly from the ftp-server1 to the ftp-server2, without using local system.

    could you please give me some hint or the required links that can help me in doing this.

    Any help is greatly appreciable.

    Thanks

  2. #2
    Join Date
    Aug 2005
    Location
    Seattle, Wa
    Posts
    179

    Re: How to do Ftp from one server to another server directly

    The protocol for this functionality is called FXP.
    You can read about it here:
    http://en.wikipedia.org/wiki/File_eXchange_Protocol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured