We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello I wanted to modify the temporary folders but I can't find the option for .rtorrent.rc
I would like a temporary folder /downloads/123 and when finished move them to /downloads/456
I tried to put
cfg.download_complete, private|const|string, (cat,(cfg.download),"456/") cfg.download_temp, private|const|string, (cat,(cfg.download),"123/")
But it does not work
The text was updated successfully, but these errors were encountered:
Just use AutoTools
Sorry, something went wrong.
and what should I do to completely disable temp and complete folders? I just want to have straight path for a download.
Have you tried adding in .rtorrent.rc: cfg.download_temp = /downloads/123 cfg.download_complete = /downloads/456 Make sure folders exist before use.
No branches or pull requests
Hello I wanted to modify the temporary folders but I can't find the option for .rtorrent.rc
I would like a temporary folder /downloads/123 and when finished move them to /downloads/456
I tried to put
But it does not work
The text was updated successfully, but these errors were encountered: