fastget icon indicating copy to clipboard operation
fastget copied to clipboard

Write file download to unique name

Open pgollangi opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently name from HTTP request used as file name to download content to. Its currently overwrites the content even it file exist in the current location.

Describe the solution you'd like Obtain unique next available file name if a file with the name exist. Next file name would be ${filename}(2).zip

pgollangi avatar Sep 14 '20 13:09 pgollangi