SecureShell.putFileWith(localFile,remoteFile)

Puts a file in the host. By default the local file is search in the home directory of the client user. And the remote file, is store in the home user directory of the user used to establish the connection. Example: putFileWith SecureShell using localFile = "someFile", remoteFile = "anyFile" putFileWith SecureShell using localFile = "/temp/someFile", remoteFile = "/tmp/anyFile"

Arguments:

Name Type Description Mode
localFile String   in
remoteFile String   in