Closed beardhatcode closed 4 years ago
This ensures that files with a colon : in their name can be uploaded.
:
The SCP manual states:
Local file names can be made explicit using absolute or relative pathnames to avoid scp treating file names containing ‘:’ as host specifiers.
Problems with this PR: it adds a dependency on realpath (coreutils)
This ensures that files with a colon
:
in their name can be uploaded.The SCP manual states:
Problems with this PR: it adds a dependency on realpath (coreutils)