Escaping Spaces in thin client
Escaping Spaces in thin client
I've got a Linux seedbox and an OSX thin client. I want to be able to cross-seed files on the seedbox. If the filename contains no spaces, this is trivial. However, if the filename contains spaces it is not. Backslash-Space does not seem to be accepted as an escape sequence in the "Remote File" dialog (when creating a new dot-torrent file.) Quotes don't seem to either.
Re: Escaping Spaces in thin client
It should work without escaping spaces or using quotes.
I have tried and the following should work for example : "/home/user/a directory" or "/home/user/a directory/a file". (without quotes)
I have tried and the following should work for example : "/home/user/a directory" or "/home/user/a directory/a file". (without quotes)
Re: Escaping Spaces in thin client
Thanks! I was apparently overthinking the problem.