Lines Matching refs:local_path
859 def scp_to_remote(host, port, username, password, local_path, remote_path,
867 @param local_path: Path on the local machine where we are copying from
876 (port, local_path, username, host, remote_path))
883 def scp_from_remote(host, port, username, password, remote_path, local_path,
891 @param local_path: Path on the local machine where we are copying from
900 (port, username, host, remote_path, local_path))
931 def copy_files_to(address, client, username, password, port, local_path,
939 @param local_path: Path on the local machine where we are copying from
949 scp_to_remote(address, port, username, password, local_path,
956 c.upload(local_path, remote_path, timeout)
961 local_path, log_filename=None, verbose=False, timeout=600):
969 @param local_path: Path on the local machine where we are copying to
979 local_path, log_filename, timeout)
985 c.download(remote_path, local_path, timeout)