My Sony Ericsson U10i Aino is able to join a Wi-Fi network and then export its file system using CIFS, so on my Ubuntu side I was able to mount it (and then rsync it, of course) with the following one-liner:
mount.cifs //$PHONE_IP/Memory\ Stick /mnt -o password=fake
