wolpi / prim-ftpd

FTP server app for android
Other
580 stars 78 forks source link

Fix rename on virtual folders #345

Closed lmagyar closed 3 weeks ago

lmagyar commented 1 month ago

fixes #207

Note: This is my first ever Java code, tested on real Phone (Samsung A8, Android 9.0, connecting with WinSCP), because rename doesn't work on the emulator, I mean even the plain SAF without virtual folders failed with rename, but it works on a real phone with real SD card (plain SAF and virtual folders also).

lmagyar commented 1 month ago

The fix for the FTP virtual file is not tested, though it builds, and the issue/fix is totally equivalent with the SSH version.

wolpi commented 1 month ago

good catch that casting is necessary here :)