BittorrentForum: Apps Topic: Bittorrent started by: Arioch Posted by Arioch on Sep. 06 2004,01:04
When I try to use Bittorrent it works fine except it will only download to the /ramdisk/home directory instead of the hard drive partition that I point it to. The hard drive is FAT so I am able to read/write to it. Any ideas?
Posted by Arioch on Sep. 06 2004,01:33
Nevermind. I found the reason why it would always default back to /ramdisk/home/dsl. The path I was trying to save to had a space in the path which was not recognized by bittorrent. Instead of "/mnt/hda1/The Tick" I just used "/mnt/hda1/Tick" and it worked fine. Sorry for the ealry post.
Posted by ke4nt1 on Sep. 06 2004,04:42
You could try " /mnt/hda/The_Tick "73 ke4nt Posted by l0st on Sep. 08 2004,10:46
Slightly off topic, but is there a (complete, as in every single app) solution to spaces in bash? Winderz likes to name its directories with lots of spaces.
Posted by Ghost_runner on Oct. 02 2004,23:15
yep, but it's kinda obscure it is like/home/the\ tick use the standard ignore this next charater switch. or you can do this cd '/home/the tick' |