Hi,
I downloaded the packages pointed to in this thread, and I can send and receive through bluetooth. Now I'd like a GUI.
obexftp -b 00:11:00:11:00:11 -l
gives me a list of the subdirs on my phone
The output is :
Folder-listing version "1.0"
  Folder name="Afbeeldingen" modified="xxxxxxxxxxxxx"
  Folder name="Muziek" modified="xxxxxxxxxxxxx"
  Folder name="Geluiden" modified="xxxxxxxxxxxxx"
  Folder name="Video's" modified="xxxxxxxxxxxxx"
  xxxx
If I want to see what is in Video's then I
obexftp -b 00:11:00:11:00:11 -c "Video's" -l
I see:
Folder-listing version "1.0"
  Folder name="Video" modified="xxxxxxxxxxxxx"
  Folder name="Mijn Video's" modified="xxxxxxxxxxxxx"
  Folder name="Gedownloade Video's" modified="xxxxxxxxxxxxx"
so I:
obexftp -b 00:11:00:11:00:11 -c "Video's" -c "Mijn Video's" -l
Then I finally see my video-files
Folder-listing version "1.0"
  file name="video-0001.mpg" modified="xxxxxxxxxxxxx" size="23145" user-perm="R"
  file name="video-0002.mpg" modified="xxxxxxxxxxxxx" size="63145" user-perm="R"
  file name="video-0003.mpg" modified="xxxxxxxxxxxxx" size="43145" user-perm="R"
  xxxxxx
I want video-0002, so I :
obexftp -b 00:11:00:11:00:11 -c "Video's" -c "Mijn Video's" -g "video-0002.mpg"
And it gets copied to the current dir ....
Using wildcards ("*" or "?") doesn't work.
Using quotation marks (" ") - or how do you call these in English - is a must for me 'cause otherewise I can't enter a dir called "Video's" or a dir called "Gedownloade afbeeldingen".
To send a file to my phone I do :
obexftp -b 00:11:00:11:00:11 -p "video-0002.mpg"
The phone determines where to put it (by extension).
Sorry my phone uses "dutch" as language.
Oh, my phone is a Samsung SGH-E340.
I can use (x)gnokii to send sms and view contacts over bluetooth, though the contacts stored on the phone get messed up.
Please point me to a nice bluetooth gui.
Have fun,
Chero.