|
| | function_set.get_process_output (process_string) |
| |
| | function_set.get_process_retcode (process_string) |
| |
| | function_set.get_process_full (process_string) |
| |
| | function_set.check_file_exists_ssh (file_path, ssh_data) |
| | GET FILE INFORMATION ### check whether file exists using SSH protocol.
|
| |
| | function_set.check_file_exists_xrd (file_path, xrootd_url) |
| |
| | function_set.check_file_exists_eos (file_path, xrootd_url) |
| |
| | function_set.get_file_sshsize (file_path, ssh_data) |
| |
| | function_set.get_file_xrdsize (file_path, xrootd_url) |
| |
| | function_set.get_file_eossize (file_path, xrootd_url) |
| |
| | function_set.get_file_MD5c (file_path) |
| |
| | function_set.get_file_MD5a (file_path) |
| |
| | function_set.get_file_adler32c (file_path) |
| |
| | function_set.get_file_adler32a (file_path) |
| |
| | function_set.get_file_xrdsum (file_path, xrootd_url) |
| |
| | function_set.get_file_info (file_path, storage_url, protocol_type, ssh_con, start_tmp_dir, match_checksum=0) |
| |
| | function_set.ls_dir_xrd (file_path, xrootd_url) |
| | GET FILE LIST ### list XRootD directory.
|
| |
| | function_set.ls_dir_eos (file_path, xrootd_url) |
| |
| | function_set.get_files_xrd (dir, xrootd_url) |
| |
| | function_set.get_files_eos (dir, xrootd_url) |
| |
| | function_set.cp_file_ssh (source_file_path, destination_file_path, source_ssh_prefix, destination_ssh_prefix) |
| | COPY FILE ### copy file via SCP (in case of ssh-key access).
|
| |
| | function_set.cp_file_ssh_protocol (source_file_path, destination_file_path, connection_ssh_prefix, transfer_protocol, copy_prefix, is_source_copy_prefix=False) |
| |
| | function_set.cp_file_xrd (source_file_path, destination_file_path, source_storage_url, destination_storage_url) |
| |
| | function_set.cp_file_eos (source_file_path, destination_file_path, source_storage_url, destination_storage_url) |
| |
| | function_set.rm_file_xrd (file_path, xrootd_url) |
| | REMOVE FILE ### remove remote file via XRootD.
|
| |