ostafen / xdcc-cli

A command line tool for searching and downloading files from the IRC network.
GNU General Public License v2.0
32 stars 4 forks source link

Setting download path? #11

Closed Hampelmen closed 3 months ago

Hampelmen commented 4 months ago

I would like to set the download path to a specific folder. However, I can not even find the location to where it downloads now.

ostafen commented 4 months ago

The -o switch allows you to customize output path. By default, file is downloaded in the working directory.

foo@bar:~$ xdcc get url1 url2 ... [-o /path/to/an/output/directory]