I'm uploading a file via rsync from my local machine to a server so that a colleague can download it to his machine. Normally I would notify him to start downloading when the upload is complete, but is there some combination of commands that would allow him to begin downloading while I am still uploading, and then resume after my upload is finished to get the complete file? I'd like to do this for individual files and for directories if possible.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
Rsync creates a temporary file called I just tested this with rsync and you can download that temp file while you are uploading it. A little bit messy, but it works! |
|||||||
|