continuing refactor
This commit is contained in:
@@ -72,6 +72,8 @@ def _unique_path(path: Path) -> Path:
|
||||
class FTP(Provider):
|
||||
PLUGIN_NAME = "ftp"
|
||||
URL = ("ftp://", "ftps://")
|
||||
MULTI_INSTANCE = True
|
||||
SUPPORTED_CMDLETS = frozenset({"add-file", "get-file", "search-file"})
|
||||
|
||||
@property
|
||||
def label(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user