Changes between Version 1 and Version 2 of Ticket #77, comment 14
- Timestamp:
- 05/27/24 09:07:11 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #77, comment 14
v1 v2 1 1 It'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 ?2 Is it possible to fix it, to avoid having to manually use `scp` outside of `mc` ? 3 Maybe `mc` could use a simple "scp src dest" command, which would solve the issue ? 4 4 I 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 ?