Ticket #402 (assigned defect)
Download dir is wrong
| Reported by: | Jannyy | Owned by: | iamacarpetlicker |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | wTorrent | Version: | |
| Keywords: | directory download | Cc: |
Description
user.conf.php
<?php /* wTorrent autoconfiguration file. Created 23/2/2010 */ define ('LANGUAGE', 'en'); define ('DB_FILE', 'db/database.db'); define ('RT_HOST', 'localhost'); define ('RT_PORT', 80); define ('RT_DIR', '/RPC2'); define ('RT_AUTH', true); define ('RT_USER', 'God'); define ('RT_PASSWD', 'help'); define ('NO_MULTICALL', true); define ('EFFECTS', true); define ('DIR_TORRENTS', 'torrents/'); define ('DIR_EXEC', '/var/www/wtorrent/'); define ('DIR_DOWNLOAD', 'download/'); ?>
Now i think, "My downloads is in /var/www/wtorrent/download" Absolutely not. The downloads are in /home/user/download. Why??? I want it in wtorrent dir, not in rtorrent dir.

This setting is over-ridden by the settings for the user you're logged in as, and also whatever is specified on the Add Torrent page.
I recommend checking those, and if it's still not working, let me know and I'll look into it.