config changes
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user