Questions tagged [file-transfer]
Transferring files from one storage to another local or remote storage.
1,590 questions
Score of 1
0 answers
119 views
Better method to transfer files between a phone and Windows computer without additional hardware nor wires
Using a PC installed with Windows 11, what is the most efficient way to transfer files to and from a phone without the internet, taking into account the following limitations and factors?
There ...
Score of 1
0 answers
35 views
How can I move a Hyper-V virtual machine? [duplicate]
Imagine I have an information carrier (like a file or a directory). When it becomes too large to fit on one drive, I can always move it to another drive where I have more space.
You might expect this ...
Score of -1
1 answer
74 views
Unable to receive files via bluetooth in slackware 15
I am having trouble sending a file from my phone to my laptop via bluetooth. I am able to send the other way, i.e. laptop->phone. When I try to send from the phone to the laptop I get a ...
Score of 2
0 answers
303 views
Why does the file transfer speed fluctuate wildly when copying files from an SD card to an SSD via a USB card reader?
I am copying 300+ GB of large files from an SD card to an internal SSD using a USB SD card reader, and the transfer speed fluctuates heavily.
For example, it starts around 80–90 MB/s, then suddenly ...
Score of 4
1 answer
428 views
Why ROBOCOPY /MIR does not delete zero-size files?
I made a copy using this command
robocopy F:\ H:\ /S /COPYALL /R:20 /W:15 /MT /A-:SH /V /TEE /LOG+:VMRobCp2.log
and then realized it copied to the destination a lot of zero files content.dat and ...
Score of -1
2 answers
109 views
How to copy/move files of a specific extension from subfolders to folders in current working directory?
I have the following folder dtructure:
|-/dataa/dataA/Content1/*.txt
|-/dataa/dataA/Content2/*.txt
...
|-/dataz/dataZ/Content1/*.txt
|-/dataz/dataZ/Content2/*.txt
And I want to copy/move all the *....
Score of 1
1 answer
182 views
How to log the duration of a large copying event in Windows 11?
I am doing some tests with copying large folders with many files from a server to a another server in a different country. As some tests I did took more than 6 hours, I cannot use a stopwatch.
How can ...
Score of 3
0 answers
82 views
TeraCopy 3.17 file count mismatch - counting one additional file in the items transferred
I am using TeraCopy to copy some large DPX image sequences (around 15,000 files) to external harddrives. When I look at the "log" page on TeraCopy, it shows as having transferred one more ...
Score of 0
0 answers
267 views
Backuptrans help PC to Android
I'm hoping someone could help with the following.
I purchased a license of Backuptrans iPhone Viber to Android Transfer.
I was able to upload the messages from my iPhone to my Pc. But I'm struggling ...
Score of 0
0 answers
167 views
Does ssh cipher choice matter when the CPU supports AES instructions?
Transferring 26MiB and 263MiB tarballs of RPMs between two RHEL 8.10 identical (same CPUs, RAM, vNICs, SAN) ESX VMs on the same subnet, I get very similar speeds when using aes128, 192 and 256-ctr.
(...
Score of 2
1 answer
401 views
Can Windows 11 GUI be made to always overwrite files on copy?
In 30 years of computing, I can't recall answering "no" to file overwriting prompts. Now space is cheap, so I version my files, making such prompts meaningless. I'd like to extent "...
Score of 1
1 answer
122 views
How can I separate two computers that are behaving like Siamese twins?
How can I separate two computers that are behaving like Siamese twins?
I bought a new computer, and was trying to set it up, but at that moment I had forgotten my Microsoft password, and because I was ...
Score of 0
1 answer
120 views
Finding and moving list of files within nested directory to other directory
I have a list of file names in a txt file and I need to search a directory and its subdirectories for those files and copy them to a separate directory.
Current setup:
- home
- test4
- ...
Score of 1
0 answers
154 views
How can I sync an old iTunes library with Music, keeping playlists intact?
I have a copy of my old iTunes data, including the itdb, xml, and itl files. I have existing playlists and files that contain the music.
I would like to transfer all of that data with no loss onto the ...
Score of 1
0 answers
94 views
Restore 5TB of proxmox VM raw disks to 1TB disk
Before reinstalling Proxmox 8.3, I copied all the files in the /var/lib/pvelocal-btrfs folder and backed up my virtual machines to a 5TB external hard drive formatted in NTFS.
Originally, the current ...