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