I just tried the command obexftp --bluetooth 00:11:9F:83:EC:DC --channel 12 --chdir E:/Images --list 30 times. Every single time the command returned what seems to be the correct output: Browsing 00:11:9F:83:EC:DC ... Channel: 10 Connecting...done Sending "E:"... Sending "Images"... done Receiving "(null)"...- ]> done Disconnecting...done Although let's notice one curious thing: even though I specify '--channel 12', obexftp still says 'Channel: 10' but it still returns the correct output. Now, trying to show the same folder from under Nautilus fails with the 'folder contents cannot be shown' error the 3rd time I try it. Conclusion: the problem lies in 'gnome-vfs-obexftp' or , ( improbable ) in Nautilus itself. James, any hints on how to debug this? I am a C programmer, I think I could help with this...