File copy - existing destination file gets deleted

G

GK

Hello,

I try to copy a file from computer1 to computer2 in Windows n/w. The
destination file already exists and I am overwriting it with a new version.
During copy, if the network fails (e.g: netwrok cable pulled out), the
existing file at the destination gets deleted. Is this a known issue or is
there anything missing in my PC ?

Note: I hve WXP SP2.

Regards,
GK
 
P

Pegasus \(MVP\)

GK said:
Hello,

I try to copy a file from computer1 to computer2 in Windows n/w. The
destination file already exists and I am overwriting it with a new
version. During copy, if the network fails (e.g: netwrok cable pulled
out), the existing file at the destination gets deleted. Is this a known
issue or is there anything missing in my PC ?

Note: I hve WXP SP2.

Regards,
GK

During the copy process the destination file is "in limbo", i.e. it
is open and in an indeterminate state. If your connection fails in
the middle of the copy process then the target file does not
contain any useable information, hence Windows makes it
inaccessible.

If failing connections are an issue for you then xcopy.exe
with the /z switch may resolve your problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top