Apps :: Bittorrent



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?
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.
You could try " /mnt/hda/The_Tick "

73
ke4nt

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.
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'

Next Page...
original here.