
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
- How to render .mov gif files from an App...
So I've read the support thread and the guides about file uploads. But I'm still having trouble rendering my .mov files to my React.js front end using the app...
- Image Transformation Issue
My project was working with images normally, I never processed them or anything, and today, suddenly when trying to add or update images from the project, it st...
- easiest way to ban an IP from appwrite
for example, lets say that i have an app where people can post cars, and someone is constantly spamming my app with trucks, is there a way to ban that user IP s...
