-
Notifications
You must be signed in to change notification settings - Fork 378
Description
Hi, and thanks for this FTP client library!
We’re using github.com/jlaffaye/ftp indirectly via rclone for syncing files between servers, so it’s an important dependency for us.
I’ve noticed that development activity here seems fairly quiet recently, and before investing time into new features I wanted to ask a quick clarification question:
Is this project still actively maintained?
Are you open to reviewing and accepting new feature contributions?
Specifically, I’d be interested in implementing support for a few FTP protocol extensions (for example checksum-related commands like MD5 / MMD5 as described in older IETF drafts, or other optional commands), but I don’t want to spend time on this if the project is effectively in maintenance-only or unmaintained mode.
If it is still active, I’d be happy to open a design/feature discussion first or submit a PR following your preferred approach.
Thanks in advance for any guidance, and thanks again for the library.