Put a file on the SFTP server
sftpPutFile(
sftpConnection,
localFileName,
remoteFileName = basename(localFileName)
)
An SftpConnection object as created by the sftpConnect
function.
The path to the local file to upload.
The name the file should have on the server.