alexmi256 / gofile-uploader

Gofile.io uploader supporting parallel uploads
MIT License
5 stars 0 forks source link

Add recursive (glob) file upload #11

Closed alexmi256 closed 3 months ago

alexmi256 commented 3 months ago

Adds a flag (--recurse-directories) to recursively upload all files from a given path even if they reside within a directory themselves. All files will be uploaded but in a flattened structure. I've included the --recurse-max flag which defaults to 1000 as a safety measure so that you don't upload a whole drive unintentionally. If there are more files than recurse-max, the program will quit but this can be configured to any limit.