scat icon indicating copy to clipboard operation
scat copied to clipboard

rclone: avoid temp files

Open Roman2K opened this issue 7 years ago • 1 comments

The rclone store is the only part we need temp files for. The rest works with stdin+stdout.

Waiting for rclone rcat:

  • https://github.com/ncw/rclone/issues/230
  • https://github.com/ncw/rclone/issues/1001

Then get rid of all temp files-related code (unless adding a pathcmd proc: command proc that takes path(s) as input).

Roman2K avatar Mar 17 '17 05:03 Roman2K

rclone rcat is implemented as of rclone v1.38 tagged on 2017-09-30

Blackskyliner avatar Feb 28 '18 07:02 Blackskyliner