static void scpUploadFile(File localFile, S user, S host, fS remotePath) ctex { scpUploadWithMkdirs(user, host, remotePath, fileSize(localFile), newFileInputStream(localFile)); }