Re: can sftp be made multi-threaded?
- Reply: Joe Schaefer : "Re: can sftp be made multi-threaded?"
- In reply to: Joe Schaefer : "Re: can sftp be made multi-threaded?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:06:40 UTC
On Fri, Aug 11, 2023 at 12:51:25PM -0400, Joe Schaefer wrote: >% split -n $(nproc) foo.pdf; ls x* | xargs -P 0 -J % scp % > user@bar.example.com:%; rm x*; ssh user@bar.example.com sh -c “cat x* > >foo.pdf; rm x*” Thanks for that, I'll try it. --