johnyhost / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Enhancement: destination folder dialog (for remote transmission-server FS) #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Win32 via plink.exe over ssh:
  plink.exe -ssh -l traverse_user -pw password transmission-server ls /

Linux - native ssh/telnet-clients.

Original issue reported on code.google.com by hserg%sk...@gtempaccount.com on 8 Jun 2009 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 9 Jun 2009 at 1:21

GoogleCodeExporter commented 9 years ago
The current folder browse is nice, but hopping for something more flexible.  
Just let
me enter the command-line, as opposed to presuming I want a folder view.

Original comment by reardo...@gmail.com on 9 Sep 2009 at 2:31

GoogleCodeExporter commented 9 years ago
As a Windows user, I'd like to be able to configure the destination path 
mapping to
invoke WinSCP.  Currently the path mapping feature is only useful for paths 
that the
current user can open in explorer, not always convenient.

Original comment by translat...@gmail.com on 18 Sep 2009 at 3:29

GoogleCodeExporter commented 9 years ago
Update: I can *almost* use WinSCP's "scp://" protocol handler for this, but
transmission-remote-gui snatches defeat from the jaws of victory by 
transforming all
/ to \ in the path mapping.
My path mapping: 
   /mnt/data/torrents=scp://myserver/mnt/data/torrents/
"Open containing folder" on a torrent generates command:
   "C:\Program Files\WinSCP\WinSCP.exe"  /unsafe "scp:\\myserver\mnt\data\torrents\"
which invokes WinSCP but gives an invalid host error.  Command should be:
   "C:\Program Files\WinSCP\WinSCP.exe"  /unsafe "scp://myserver/mnt/data/torrents/"

Original comment by translat...@gmail.com on 18 Sep 2009 at 7:15

GoogleCodeExporter commented 9 years ago
Issue 143 has been merged into this issue.

Original comment by j...@cp-lab.com on 9 Oct 2009 at 1:26

GoogleCodeExporter commented 9 years ago
Issue 181 has been merged into this issue.

Original comment by j...@cp-lab.com on 11 Aug 2010 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 26 Aug 2010 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 26 Aug 2010 at 2:28

GoogleCodeExporter commented 9 years ago
Implemented in r589. Path mappings must be configured in order to use the 
folder browsing function.

Original comment by j...@cp-lab.com on 3 Apr 2011 at 11:29