Then documentation states:
Code: Select all
api?mode=addlocalfile&name=full/local/path/to/file.extCode: Select all
api?mode=addlocalfile&name=C%3A%5Chome%5Cusers%5C%C3%96rn%5Cthe.nzbFails with a "no file exists" error.
However if I use the urlencoded unicode character for Ö it works.
Code: Select all
api?mode=addlocalfile&name=C%3A%5Chome%5Cusers%5C%D6rn%5Cthe.nzbIs this the intended behavior?
Any python snippet is appreciated

