Is there a COPY command built into Windows 10, that you can use from the command prompt, that will show you the progress of the file copy?
robocopy c:\source \\server\destination ubuntu-21.04-desktop-amd64.iso
xcopy /?Copies files and directory trees.
Is there a COPY command built into Windows 10, that you can use from the command prompt, that will show you the progress of the file copy?
robocopy would be your friend here.
A simpler program if you didn't need a progress meter would be xcopy:
A simpler program if you didn't need a progress meter would be xcopy:
Does xcopy resume the transfer if there is a connection issue, or does it start over?
A simpler program if you didn't need a progress meter would be xcopy:
Does xcopy resume the transfer if there is a connection issue, or does it
start over?
It's supposed to if you use /Z flag, though I haven't actually tested that.
| Sysop: | Eric Oulashin |
|---|---|
| Location: | Beaverton, Oregon, USA |
| Users: | 138 |
| Nodes: | 16 (1 / 15) |
| Uptime: | 493371:07:17 |
| Calls: | 8,123 |
| Calls today: | 11 |
| Files: | 9,442 |
| D/L today: |
153 files (18,743K bytes) |
| Messages: | 405,723 |
| Posted today: | 6 |