Is it possible to implement a storage adapter for a storage that offers FTP, FTPS, SFTP, SCP and Samba/CIFS? What is the preferred protocol?
You would need to implement this: https://github.com/utopia-php/storage/blob/main/src/Storage/Device.php
The existing ones can be found here: https://github.com/utopia-php/storage/tree/main/src/Storage/Device
What protocol do you prefer?
Scp sounds useful
How can I use it after implementing?
In Appwrite? It would need to be added as a supported provider
Ok 👌🏽
Recommended threads
- Storage files aren’t showing on mobile
hi, what can be the problem? i have a storage and there are images in it, the permissions are read for All Users, everything is fine on desktop, but on mobile t...
- Delete storage files all at once
I am using Appwrite Cloud. I want to delete all storage files in my bucket similar to how I can select all documents in a collection and delete them all at once...
- Storage images are not showing on mobile
Hi, can anyone help me? I have some images on the storage, and it is not shown on mobile, on desktop everything is fine.