pub const SCP_UPLOAD_FILE_ONLY_MSG: &str = "upload only supports regular files (no directories / no -r)";
Rejection when scp upload is pointed at anything but a regular file.
scp upload