|
I have a Corsair Voyager 32GB DiskOnKey, and when I transfer files to it, they're written very fast, but the move operation halts after each file. Write, halt, write, halt for each file written. I was wondering what could cause it? Usually it's done by...
Started by Avihu Turzion on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
file copy dialog) matches what....
So, it's copying the file, then deleting the old, then going to the next one file corruption if you copied a large amount of data to the flash drive and removed it (without (e.g.
Then-Delete method.
|
|
I soon will have a folder with thousands of files, each file on the order of a few KB. I will need to transfer these across a Windows network from one UNC share to another. In general, is it faster to simply copy the files over en masse, or would it be...
Started by kestes on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
The negotiation is done for each file, so transferring a single file to ....
It is faster to transfer a single large file instead of lots of little files because of the overhead of negotiating the transfer.
|
|
I need to transfer files from one CentOS server to another. Will transfer 5MB files about every 10 minutes. Do not need encryption.
What is an easy was for fast transfer of files?
Is there something simpler than ftp?
Thanks!
Started by Alex on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
I've....
The rsync remote-update protocol allows rsync to transfer just the dif- ferences between two sets of files end.
Rsync is a good way to go because if you find yourself transferring the same files more.
transfer.
|
Ask your Facebook Friends
|
Is it possible to transfer files using vb.net? Cutting the files from a certain directory and copy it to another
Answer Snippets (Read the full thread at stackoverflow):
With all of the above, if you do want copies, instead of moving files.
If you and their associated Move and MoveTo methods.
Or the FileInfo class and its MoveTo method.
You can use the File class and its Move method.
|
|
How could I transfer / copy Video files directly from my Laptop to my iPhone3GS?
Answer Snippets (Read the full thread at superuser):
That can manage your file collection on your iPhone but any of the half decent applications require.
|
|
Let's say that I have 80Gb of data to transfer from one computer to another. What's the fastest method to transfer that files?
Network transfer? DVD Recording? Copying in a pen drive? Removing one HD and placing as secondary in the another PC and copy...
Started by Click Ok on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at superuser):
I'd go for the big external for temporarily removing the hard drive from one computer, installing it into the other computer for the transfer or more, it is ....
transfer I found out that I had been using the wrong power supply for my hub.
|
|
I know it's possible to use secure file transfer protocol to transfer files from remote locations to the local box, but is it possible to use it to transfer files from some local directory to another local directory?
Started by echoblaze on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
To the local server and send a file over the connection without actually leaving the machine and that a given.
|
|
Hello,
I've been googling this topic, but there no good suggestions on how to transfer files from old Linux new server.
My goals are:
Transfer all files, including hidden files
Preserve permissions
Preserve ownerships
Preserve symlinks
Ability to start...
Started by Daniil Harik on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Rsync -av --progress / root@otherserver....
You also will want to exclude the sys and proc filesystems .
With rsync, you want archive mode to preserve everything.
You can use rsync or tar.
It'll do everything you want, and then some.
You want to use rsync.
|
|
I'm working on transferring a lot of files (>100GB, several thousands of files) over my network to a new Mac. Once the transfers are done I'd like to be able to verify that all of the files were successfully transferred and that no corruption occurred...
Started by amdfan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If you have....
If you were to do this manually, you would need to generate a checksum for each file on both, but it's an interesting read.
That the files were present in both locations it would do nothing to verify the integrity of the data.
|
|
Among FTP, HTTP, SSH, etc. and given a consistent, broadband internet connection what is the fastest way to transfer files over a network?
Answer Snippets (Read the full thread at stackoverflow):
The effective act of "transfering the file" has the same, tell what....
Among these 3, its HTTP.
Connections to transfer data, all this "talking" takes a little more time to begin transfering files internet connections.
|