Comment 0 for bug 121128

Revision history for this message
Stewart Smith (stewart) wrote :

$ obexftp --version
ObexFTP 0.19

$ obexftp --bluetooth 00:0F:DE:4A:9C:FD --capability
Browsing 00:0F:DE:4A:9C:FD ...
Channel: 7
Connecting...done
Receiving "(null)"... failed: (null)
Disconnecting...done

$ obexftp --bluetooth 00:0F:DE:4A:9C:FD --list
Browsing 00:0F:DE:4A:9C:FD ...
Channel: 7
Connecting...done
Receiving "(null)"... <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd">
<!--
 XML Coder, Dec 2 2004, 03:45:43, (C) 2001 Sony Ericsson Mobile Communications AB
-->
<folder-listing version="1.0"><folder name="Pictures"/>
<folder name="Sounds"/>
<folder name="Themes"/>
<folder name="Videos"/>
<folder name="Other"/>
</folder-listing>
done
Disconnecting...done

$ obexftp --bluetooth 00:0F:DE:4A:9C:FD --list "Themes/"
Browsing 00:0F:DE:4A:9C:FD ...
Channel: 7
Connecting...done
Receiving "Themes/"... Sending "Themes"... done
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE folder-listing SYSTEM "obex-folder-listing.dtd">
<!--
 XML Coder, Dec 2 2004, 03:45:43, (C) 2001 Sony Ericsson Mobile Communications AB
-->
<folder-listing version="1.0"><parent-folder/>
<file name="Optus Zoo.thm" size="19456"/>
<file name="Waip.thm" size="186368"/>
</folder-listing>
done
Disconnecting...done