It's for cloud storage. I guess the question is if you know what S3 is? So these cloud providers have different HTTP APIs that can be used to manage them that are going to have somethings in common and not in common. But it's nice to have a single interface that makes it so you can manage storage from Amazon the same way as cloud storage from Microsoft. And so you can delete those remote files on the command line in a similar way as local files. Instead of typing this:
Please explain rclone like I'm 5.
Rclone is a command-line program to manage files on cloud storage. This is a GUI wrapper.
A remote file manager.
I'm guessing there's a need for it that's different than on a LAN or something?
It's for cloud storage. I guess the question is if you know what S3 is? So these cloud providers have different HTTP APIs that can be used to manage them that are going to have somethings in common and not in common. But it's nice to have a single interface that makes it so you can manage storage from Amazon the same way as cloud storage from Microsoft. And so you can delete those remote files on the command line in a similar way as local files. Instead of typing this:
Thanks for the explanation! Makes sense.
The code is all Greek to me.