SecureShell.getFileWith(remoteFile,localFile)

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

Arguments:

Name Type Description Mode
remoteFile String   in
localFile String   in