|
-
Apr 19th, 2013, 06:32 AM
#1
Thread Starter
PowerPoster
SPEED UP time of copy from local to server dir
I have a .mdb file in c:\mydir\ i need to copy in \\server1\dir\ i used file copy and other command but the time of trasfering file is very very big!!!!
Have other solution???
note:
I need to use VBA for excel code in this project.
-
Apr 19th, 2013, 08:58 AM
#2
Re: SPEED UP time of copy from local to server dir
How large is the file?
How long does it take?
What speed is the network?
How much traffic is on the network?
-
Apr 19th, 2013, 10:34 AM
#3
Thread Starter
PowerPoster
Re: SPEED UP time of copy from local to server dir
 Originally Posted by DataMiser
How large is the file?
How long does it take?
What speed is the network?
How much traffic is on the network?
How large is the file?
857.789 mB
How long does it take?
7 Mins
What speed is the network?
i dont know, how to?
How much traffic is on the network?
i dont know, how to?
tks in other case for reply
-
Apr 19th, 2013, 07:32 PM
#4
Re: SPEED UP time of copy from local to server dir
To give you an idea I have a Gigabit network here with very little traffic If I copy a file of 800 megs over the network from a PC with a gigabit card to a pc with a gigabit card it takes about 30 seconds. If I transfer the same file to a PC with a 10/100 network card it takes about 2 minutes. If I were to transfer to a PC with a 10mb card it would take about 10 minutes or so. If I were to transfer it wirelessly using an 802.11 connection it could take an hour or more. If the 802.11 was A, B G N it would be progressively faster based on the mode and signal strength of the connection
So if you are on a network at work where several people are using it and you have 10/100 switch gear or a 10/100 card in either PC used for the file copy this could be the source of the slowness. Upgrade hardware is the simple but not so cheap solution.
If you are using a wireless connection then there are a few other potential things to consider. The mode you are connected in and the signal strength of your connection. A weak signal can cause the transfer to be very slow.
-
Apr 20th, 2013, 03:27 AM
#5
Re: SPEED UP time of copy from local to server dir
I am using Robocopy to copy/move files and it is faster compared to the windows copy but I've stumbled on this forum this utility called FastCopy which looks to be faster than Robocopy so you may want to try it.
-
Apr 20th, 2013, 04:23 AM
#6
Thread Starter
PowerPoster
Re: SPEED UP time of copy from local to server dir
 Originally Posted by dee-u
I am using Robocopy to copy/move files and it is faster compared to the windows copy but I've stumbled on this forum this utility called FastCopy which looks to be faster than Robocopy so you may want to try it.
I friend...
the point 6 on the web suggest this command lne:
fastopy.exe C:\Windows "C:\Program Files" /to="D:\Backup Folder\"
is this correct to use in vb6 classic?
But the exe file is a part of installation of programm?
if yes, i cannot install any programm on my Office Pc, have a limitation from the Admin:-(
i think, if i installa the programm on my Home Pc and get only the exe file and copy in c:\temp\ of my Office pc how to call the exe from this dir and execute the code?
sorry me...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|