feat: make MODE Z configurable#604
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #604 +/- ##
==========================================
+ Coverage 87.14% 87.15% +0.01%
==========================================
Files 12 12
Lines 1828 1830 +2
==========================================
+ Hits 1593 1595 +2
Misses 157 157
Partials 78 78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @drakkan , long time no see. Yes, this should be disabled by default. I don't even remember where this feature comes from. It has been almost two years since I created the PR around it. There are a few clients supporting it. I haven't fully tested it, I just want to see if claude code could finish this feature for me (I had a good understanding on how to fix it but not the motivation to make the core changes) and it did. |
Yes, sorry. Things with SFTPGo are going well, but it’s a very busy period and I don’t have time for anything else at the moment.
Ok, let’s see if anyone uses it and reports a bug 😄 I just want to avoid introducing a breaking change for SFTPGo OSS users. In SFTPGo Enterprise, I’m currently using a fork of ftpserverlib with some very specific changes, and others that could be upstreamed in the future. |
This is a non-standard FTP extension and is not supported by major clients:
https://trac.filezilla-project.org/ticket/2977
https://winscp.net/forum/viewtopic.php?t=25351
Additionally, it could potentially increase the attack surface, although I have not been able to fully verify this:
Do you know of any compatible client? Which client has it been tested with?