Modify

Ticket #402 (assigned defect)

Opened 7 months ago

Last modified 2 months ago

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.

Attachments

Change History

comment:1 Changed 2 months ago by iamacarpetlicker

  • Owner changed from royger to iamacarpetlicker
  • Priority changed from major to minor
  • Status changed from new to assigned

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.

View

Add a comment

Modify Ticket

Action
as assigned
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.