
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
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- security question
hello i got a small question, is this code secured, is there something that should not be displayed on the client, i am talking about the image tag: my code: ...
