Tigge/antfs-cli

Downloaded files nowhere to be found

tsoenen opened this issue · 3 comments

Hi!

Thx for making this application!

The application ends successfully on my laptop, but I can't find the downloaded files. According to the readme, they should be in the ~/.config/antfs-cli/ directory, but this directory does not exist. There are also no logs in the antfs-cli directory.

Am I doing something wrong, or is there something I'm missing? When I try to download the files again, they seem to be marked as 'already downloaded', as the application quits immediately.

Thx!

Tigge commented

You might have another path set for $XDG_CONFIG_HOME. It uses this env var first and then if not set it uses ~/.config. Could this be it?

Ok, found it! I was looking at ./config on my root, not on the HOME directory:)

thx!

Tigge commented

Glad you found 'em!