redhobor / 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

"save as" field issue #789

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add torrent with properties window open on add
2. set download name save as "folder\name of torrent" (ex: x\something)
3.

What is the expected output? What do you see instead?
expected to create folder named x

what happens : it creates folder "x\something" which windows can't access 
because of the \ in path, need to use winscp to fix the problem.

need to parse "save as" field for os separation characters sur as \ or /.

What version of the product are you using? On what operating system?
5.0.1 on win 7sp1 64

Original issue reported on code.google.com by h0rnytoad1 on 17 May 2014 at 3:12