How to delete folder (not empty)?

What is the universal way to remove the fully folder from the remote server?

purge is not suitable, as this command does not work with Amazon S3, FTP, Qingstor.

I need a universal command to delete a folder that works everywhere. Is such a rclone command exist?

rclone --rmdirs delete
Something does not delete the folder.

That's the right command.

rclone purge will work fine - it just isn't directly implemented by those backends so rclone has to emulate it.

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