Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2006 14:58:23 +0100
From:      "Michal F. Hanula" <f@7f000001.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Bluetooth - obexapp - get/put files with spaces in names
Message-ID:  <20060219135823.GA922@roo.7f000001.org>
In-Reply-To: <200602190125.28612.freebsd01@dgmm.net>
References:  <200602190125.28612.freebsd01@dgmm.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 19, 2006 at 01:25:28AM +0000, dgmm wrote:
> After some fiddling and hair pulling I eventually got my bluetooth adapter to 
> "see" the mobile phone.
> 
> I'd like to pull some files from it but either I'm not seeing the obvious or 
> it just ain't obvious.
> 
> Does anyone know how to change to a directory which has spaces in the name or 
> "get" a file which has spaces in the name?
	$ obexapp -a siemens -c -C ftrn -f
	obex> ls
	Access    Owner    Group    Size       Modified         Name
	RWD  W    n/a      n/a      n/a        01-Jan-04 00:00  Data/
	RWD  W    n/a      n/a      n/a        15-Jan-04 00:00  MMCard/
	Success, response: OK, Success (0x20)
	obex> cd Data
	Success, response: OK, Success (0x20)
	obex> ls
	Access    Owner    Group    Size       Modified         Name
	 WD  W    n/a      n/a      n/a        01-Apr-04 03:00  System/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Misc/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Animations/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Pictures/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Sounds/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Themes/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Videos/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:00  Java/
	RWD  W    n/a      n/a      n/a        01-Apr-04 03:07  Skins/
	RWD  W    n/a      n/a      n/a        01-Apr-04 05:00  Voice memo/
	RWD  W    n/a      n/a      n/a        21-Oct-05 21:11  Sms archive/
	RWD  W    n/a      n/a      n/a        19-Feb-06 14:55  Video clips/
	Success, response: OK, Success (0x20)
	obex> cd
	cd: remote directory> Video clips
	Success, response: OK, Success (0x20)
	obex>

Not really intuitive.
						m&f



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060219135823.GA922>