Closed matidio closed 6 years ago
Using the command api I have some problems:
To add a new task with url=encoded_url, out=file.zip and dir=/mydir I call AriaNg with:
/#!/new/task?url=encoded_url&out=myfile.zip&dir=%2fmydir
and it works without problems. Both filename and download directory are taken. Using instead
/#!/new/task?url=encoded_url&out=myfile.zip&pause=true
to load the new task in paused mode the filename is accepted but the option pause is ignored.
This feature is not implemented in previous version. The latest daily build has this feature.
Using the command api I have some problems:
To add a new task with url=encoded_url, out=file.zip and dir=/mydir I call AriaNg with:
/#!/new/task?url=encoded_url&out=myfile.zip&dir=%2fmydir
and it works without problems. Both filename and download directory are taken. Using instead
/#!/new/task?url=encoded_url&out=myfile.zip&pause=true
to load the new task in paused mode the filename is accepted but the option pause is ignored.