Home | History | Annotate | Download | only in virt

Lines Matching refs:remote_path

859 def scp_to_remote(host, port, username, password, local_path, remote_path,
868 @param remote_path: Path on the remote machine where we are copying to
876 (port, local_path, username, host, remote_path))
883 def scp_from_remote(host, port, username, password, remote_path, local_path,
892 @param remote_path: Path on the remote machine where we are copying to
900 (port, username, host, remote_path, local_path))
932 remote_path, log_filename=None, verbose=False, timeout=600):
940 @param remote_path: Path on the remote machine where we are copying to
950 remote_path, log_filename, timeout)
956 c.upload(local_path, remote_path, timeout)
960 def copy_files_from(address, client, username, password, port, remote_path,
968 @param remote_path: Path on the remote machine where we are copying from
978 scp_from_remote(address, port, username, password, remote_path,
985 c.download(remote_path, local_path, timeout)