-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
ballerina-platform/module-ballerina-ftp
#1539Description
Area
Area/FileIntegration
Current Limitation
Multiple services can be attached to one listener, but directory-specific configurations (path, patterns) are currently handled at the listener level, which is restrictive.
Suggested Improvement
Introduce a service-level annotation (e.g., @ftp:ServiceConfig) to allow per-service filtering.
Fields: path, fileNamePattern, recursive (boolean).
Benefit: Decouples the connection logic from the file-filtering logic.
Version
No response
Reactions are currently unavailable