config changes

This commit is contained in:
2026-03-09 15:48:25 +05:30
parent 2073b3fef5
commit 5f5eb1b8b6
1774 changed files with 313581 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ class SFTPClient:
except Exception as e:
logger.error(f"Error closing SFTP connection: {e}")
def list_files(self, remote_path: str) -> list:
def list_files(self, remote_path: str, pattern: str) -> list:
"""
List files matching pattern in remote directory.