Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[php] Update elFinderVolumeSFTPphpseclib.class.php (Studio-42#3483)
Currently, this class does not work with symlinks at all. Permissions also don't work properly. Using Flysystem is not an option for me because that requires PHP v8. I ended up creating my own `SFTP3phpseclib.class.php`. I have edited this file with some of the changes I made to get symlinks sort of working. I am still testing it so this is just a start. It took me a long time to figure out how to get symlinks to show up so maybe this will help others struggling with this. I am using phpseclib v3 so I only tested these changes with that library. I made a bunch of changes to get permissions working properly. I may include that in a separate pull request after I test it more.
- Loading branch information