Set download directory to dynamic remote path

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
dharmaBum
Posts: 1
Joined: Thu Jun 30, 2016 6:56 am

Set download directory to dynamic remote path

Post by dharmaBum »

Hello,

Somewhat new to transmission cli but able to get the server running and download .torrent files and magnet urls just fine from the cmd line (Mac 10.10.1 Yosemite). I am looking to create download directory paths dynamically (using Ruby). Example code for a magnet link:

Code: Select all

exec("transmission-remote -a '#{self.url}' -w https://s3.amazonaws.com/my_app_bucket/#{current_user}/#{self.id}/#{self.name}/")
This thread seemed relevant: https://trac.transmissionbt.com/ticket/5048#comment:1

Can remote URLs be used with the -w flag? Thanks,

dharma
Post Reply