update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+2 -2
View File
@@ -359,7 +359,7 @@ class FTP(Provider):
table.set_table("ftp")
try:
table.set_table_metadata({
"provider": "ftp",
"plugin": "ftp",
"instance": instance_name or None,
"host": settings.get("host"),
"path": target_path,
@@ -792,7 +792,7 @@ class FTP(Provider):
parent = posixpath.dirname(ftp_path.rstrip("/")) or "/"
instance_name = str(settings.get("instance") or "").strip()
metadata = {
"provider": "ftp",
"plugin": "ftp",
"instance": instance_name or None,
"host": settings.get("host"),
"ftp_path": ftp_path,