
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
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- Failed to Fetch : Uploading to Storage
i am trying to upload an .csv file and a .npz file to bucket on Appwrite console. one is 14mb and the other 18mb. I have tried several times with failed to fetc...
