Results 1 to 3 of 3

Thread: Why is FTP faster than robocopy, xcopy, or copy/paste methods?

  1. #1
    Kyjan Guest

    Why is FTP faster than robocopy, xcopy, or copy/paste methods?

    Greetings to all!

    I have a question, and I feel really stupid for asking it because I
    feel like I should know this answer. Here goes...

    I have two servers, one on the east coast and one on the west coast,
    that I was trying to transfer 6+ GB worth of information between. The
    source server is Win2k and the destination server is Win2k3.
    Initially, I was using robocopy to transfer the information because I
    wanted reliability; however, the transfer speed was very sluggish and
    it seemed as though robocopy was not utilizing the bandwidth correctly.
    I did a little research and found an MCP article suggesting that some
    servers do not utilize the full TCP window. I did not modify the
    registry as that article suggested, but I did try transferring the
    information over FTP and received severely increased speed.

    My question is why is it that FTP is faster than robocopy in this case?
    Is it because robocopy is attaching a lot of information to the packet
    that it's sending out, decreasing the amount of bytes available for the
    actual data? Does SMB come into play here?

    Thank you in advance for your input and answers,

    Kyjan


  2. #2
    DAVID A BERMINGHAM Guest

    Re: Why is FTP faster than robocopy, xcopy, or copy/paste methods?

    The FTP Protocol is much more efficient. A simple copy (and I assume
    ROBOCOPY) uses CIFS, which has some serialized aspects to the code used to
    transfer data. Latency on WAN links severlly impact the performamce. This
    is also the reason why opening files located across a WAN also takes a
    little while longer. Read this article...

    http://www.tacitnetworks.com/docs/tollygroupreport.pdf

    FTP is the way to go for speeds sake. You can look into WAN optimizers such
    as Packeteer which will help a some. You should also investigate Wide Area
    File System Solutions from Tacit Networks which may help you achieve what
    you are trying to do with Robocopy.

    If it is just a onetime copy, just sit back and wait.

    "Kyjan" <HolySaphAngel@gmail.com> wrote in message
    news:1140184799.894969.261320@g44g2000cwa.googlegroups.com...
    > Greetings to all!
    >
    > I have a question, and I feel really stupid for asking it because I
    > feel like I should know this answer. Here goes...
    >
    > I have two servers, one on the east coast and one on the west coast,
    > that I was trying to transfer 6+ GB worth of information between. The
    > source server is Win2k and the destination server is Win2k3.
    > Initially, I was using robocopy to transfer the information because I
    > wanted reliability; however, the transfer speed was very sluggish and
    > it seemed as though robocopy was not utilizing the bandwidth correctly.
    > I did a little research and found an MCP article suggesting that some
    > servers do not utilize the full TCP window. I did not modify the
    > registry as that article suggested, but I did try transferring the
    > information over FTP and received severely increased speed.
    >
    > My question is why is it that FTP is faster than robocopy in this case?
    > Is it because robocopy is attaching a lot of information to the packet
    > that it's sending out, decreasing the amount of bytes available for the
    > actual data? Does SMB come into play here?
    >
    > Thank you in advance for your input and answers,
    >
    > Kyjan
    >




  3. #3
    Kyjan Guest

    Re: Why is FTP faster than robocopy, xcopy, or copy/paste methods?

    Well, I'm using FTP over the WAN and it's getting the faster
    performance. I completely agree with the LAN latency having an effect;
    however, when that effect was that I was only getting 10-15%
    utilization out of the transfer, I knew something was wrong.

    Kyjan


Similar Threads

  1. Robocopy to copy missing files only
    By ljbartel@juno.com in forum Windows Server Help
    Replies: 4
    Last Post: 31-12-2013, 10:41 AM
  2. Replies: 5
    Last Post: 26-04-2012, 04:16 AM
  3. copy shares and share info using Robocopy?
    By Jeff in forum Windows Server Help
    Replies: 4
    Last Post: 09-03-2010, 12:29 PM
  4. what is different between xcopy and copy
    By Sabastiaan in forum Operating Systems
    Replies: 4
    Last Post: 23-01-2010, 03:19 AM
  5. Replies: 0
    Last Post: 18-03-2009, 10:00 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,020,383.21435 seconds with 16 queries