(self, options: str)
| 225 | """ |
| 226 | @abstractmethod |
| 227 | def _Base__upload(self, options: str): |
| 228 | pass |
| 229 | |
| 230 | """ |
| 231 | @brief Abstract method to delete a file or directory on the server. |
nothing calls this directly
no outgoing calls
no test coverage detected