pub const SCP_DOWNLOAD_LOCAL_NOT_DIRECTORY_MSG: &str = "download local path must be a file path, not an existing directory";
Rejection when scp download is handed an existing directory as its target.
scp download