Tech Support > Operating Systems > Windows 2000 > FTP Over Copying Files.
FTP Over Copying Files.
Posted by ray on March 3rd, 2004


Hi,

I have users that need to transfer data from workstation
to server, the data is big roughly 200MB - 300MB at a
time, at the moment they are copying to a network drive
which is slowing everything down.

What are the advantages of using ftp rather than copying
the data, would this stop any performance issues we are
having with the copying of files.

Thanks.

Ray.


Posted by Gerry Voras on March 3rd, 2004


Use copy if you are on a physically conencted network and on a domain. FTP
will bring in several additional layers of the OSI model into play that
aren't needed here.

"ray" <anonymous@discussions.microsoft.com> wrote in message
news:370601c4012d$4e50a2c0$a601280a@phx.gbl...


Posted by Steve Nielsen on March 3rd, 2004


OSI model is theoretical. Please give a real world reason why COPY would
be preferable over FTP on a LAN.

Steve

Gerry Voras wrote:


Posted by Phil Robyn [MVP] on March 3rd, 2004


ray wrote:

WinZip is your friend! :-)

--
Phil Robyn
Univ. of California, Berkeley

u n z i p m y a d d r e s s t o s e n d e - m a i l

Posted by Gerry Voras on March 4th, 2004


But the 4 layer conversion between OSI theory and defined TCP/IP is real.
And given the case, FTP (a TCP/IP layer 4 API) is going to use layers 1-4 no
matter what. Copy or xcopy will just use just use the API layer, and allow
the network file system to independantly handle the other layers.

If this doesn't satisfiy you, you could build a couple of test machines and
SEE which works better.

"Steve Nielsen" <steve_nielsen@_blahX3_lincoln.k12.or.us> wrote in message
news:%23rG9ukXAEHA.444@TK2MSFTNGP11.phx.gbl...



Similar Posts