I want to upload a vast amount of small files to a website. To make that process faster, I compressed them to a .rar file.
The problem: Such a large file can't be uploaded to that website. That's why I used WinRARs splitting feature.
The next problem: The website validates .rar files. As a single .rar part can't work on its own, the validation fails.
Now my question: How can I compress an entire folder structure of small files into several .rar files (Each about 500 MB in size) which can be used independently? Of course, I could do it manually. But that would be much work.