mantik.cli.remote_file_service.unicore_file_service¶
Attributes¶
Functions¶
|
Interaction with the unicore file service. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- mantik.cli.remote_file_service.unicore_file_service.cli() None [source]¶
Interaction with the unicore file service.
- mantik.cli.remote_file_service.unicore_file_service.copy_directory(source: str, target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.copy_file(source: str, target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.create_directory(target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.create_file_if_not_exists_file(target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.exists(target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.list_directory(target: str, connection_id: uuid.UUID | None) None [source]¶
- mantik.cli.remote_file_service.unicore_file_service.remove_directory(target: str, connection_id: uuid.UUID | None) None [source]¶