Changes between Version 1 and Version 2 of Ticket #77, comment 14


Ignore:
Timestamp:
05/27/24 09:07:11 (3 months ago)
Author:
nsauzede
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #77, comment 14

    v1 v2  
    11It's 2024 now; and this annoying/blocking bug is still there. 
    2 Is it possible to fix it, to avoid having to manually use `scp` outside `mc` ? 
    3 Maybe `mc` could use a simple `scp src dest` command, which would solve the issue ? 
     2Is it possible to fix it, to avoid having to manually use `scp` outside of `mc` ? 
     3Maybe `mc` could use a simple "scp src dest" command, which would solve the issue ? 
    44I guess that the current "copy to /tmp" behaviour could be kept for nonlocal-filesystem cases (eg: copying from within a compressed archive); but really, when the source is a local-filesystem regular file, it would make sense to just use `scp`, when available, right ?