hi
how can I access remote mobile filesystem(or its roots address) by bluetooth....like blueftp software I want to inquiry remote mobile folder by local mobile and download some file from that.
hi
how can I access remote mobile filesystem(or its roots address) by bluetooth....like blueftp software I want to inquiry remote mobile folder by local mobile and download some file from that.
tnx for answer( I cant access to Specifications its for subscriber only) , I meaning after connect to FTP how can access to root folder address .... I think its by get() method but I don't know how any example code?... I found nothing in Internet.
I found sample program here but its for c++, eny1 can translate! it to Java?
Operation SetPath with a parameter Name with a value which is Empty. Usually, at start you are in the root folder. There is no address. Root = empty name. By the way: You can download the Bluetooth spec for a start. By the way: Older versions of OBEX specification are floating around on the Internet.
ty I finally found an example of it(here) by searching setPath() method.