Home | History | Annotate | Download | only in server

Lines Matching refs:remote_path

1236     def add_client_log(self, hostname, remote_path, local_path):
1241 @param remote_path - the directory on the remote machine holding logs
1245 logs_list.append((hostname, remote_path, local_path))
1249 def remove_client_log(self, hostname, remote_path, local_path):
1254 @param remote_path - the directory on the remote machine holding logs
1258 logs_list.remove((hostname, remote_path, local_path))
1265 @returns A list of (host, remote_path, local_path) tuples. Returns