Rclone usage with PHP

Hi
Is there any way to use rclone move or rclone purge cmds inside a php code?

Thanks

You can shell out to the rclone command or you can use the PHP bindings here rclone/librclone/php at master · rclone/rclone · GitHub which are more complicated but higher performance.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.