davidchalifoux / kaput-cli

The unofficial CLI client for Put.io - Kaput lets you manage your Put.io account from the comfort of your terminal!
https://kaput.sh/
MIT License
68 stars 7 forks source link

transfer:add with folderID flag not working as expected #30

Closed rajivravio closed 4 months ago

rajivravio commented 2 years ago

Adding the folderID flag still download to root directory in putio

transfer:add --folderID= transfer:add -f

davidchalifoux commented 2 years ago

Hey @rajivravio Could you confirm that you are including a folder ID when you are using that command? The examples you gave should look like transfers:add --folderID=<folderID> <URL> (note no space after folderID=).

davidchalifoux commented 4 months ago

This was re-added in v2.3.0. Let me know if you have any issues with it.