Use rsync instead: $ rsync --progress filename /target/ filename 1,042,841,600 17% 330.84MB/s 0:00:14
posted 11mo ago by GeraldS
Use [`rsync`](https://linux.die.net/man/1/rsync) instead: ```console $ rsync --progress filename /target/ filename 1,042,841,600 17% 330.84MB/s 0:00:14 ```