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