ugetdm / uget

uGet is the #1 Open Source Download Manager
102 stars 6 forks source link

Setting folder via cli not working #70

Closed iljava12 closed 3 months ago

iljava12 commented 3 months ago

Hi,

if I call

.\uget.exe --filename="test.txt" --folder=c:\ someURL

from the command line in windows I would expect that the file is stored in c:\test.txt

But instead uget uses the latest download folder ignoring the "--folder=" parameter from the command line.

Would be great to have this feature available.

Thanks.

iljava12 commented 3 months ago

Ok found the solution.

uget tray icon -> Settings -> enable "command line works quietly"

This will not apply the latest download folder as default.