I need to move files from rutorrent ( through filemanager plugin )to some folder

peshua19

Member
May 25, 2018
897
0
16
Hello

I use rutorrent and recently I added filemanager plugin, I tried to move/copy files ( through filemanager ) from

/downloads

to

var/www/rapidleech/files/

But it doesn't work and says :

FILE MANAGER: Directory does not exist !

/downloads : is the default folder where torrent files are located.

downloads directory's chmod was 755, I changed it to 777 but nothing changed .

Later I changed the default rutorrent downloads folder from

/downloads

to

home/user/downloads .... again, moving/copying files to var/www/rapidleech/files didn't work and told the same error !

So can you please help me to fix the problem ?
 

lisas4567

Member
May 25, 2018
773
0
16
Either set your $topDirectory to / or symlink /var/www/rapidleech/files/ to something like /downloads/rapidleechfiles (ln -s /downloads/rapidleechfiles/ /var/www/rapidleech/files/)
Make sure webserver and rtorrent user has write perms to the directory
 

peshua19

Member
May 25, 2018
897
0
16
Thanks for reply...

my $topDirectory is already ( / ) :

dwJyJxfs.jpg

About symlink, I don't want to make all torrent files appears immediately in rapidleech/files, but just the files I choose, for that it doesn't work for me here.