Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Erzesel
11 months ago

Pack the folder with files as .zip, .rar or .7z file.

You can upload everything as a file with any file host.

In the simplest case, simply use PowerShell to recursively pack the entire folder into a zip file:

Compress-Archive -Path 'c:\Mein Ordner' -DestinationPath 'my.zip'