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.
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.