User 'Logos' stated the following in another question's response:
If you just want to transfer files while on your LAN and you're using WiFi, Samba Filesharing works super well. You can just browse to your phone's SD card like it was a regular network samba share from your desktop.".
I'm using Ubuntu Lucid on my desktop and Cyanogen Mod 7.2 on my ZTE Blade phone. Could anyone define the steps required to do the above?
Silly me for not noticing Enable on the Menu options. I'm now getting on Samba Filesharing 'Title' screen: Enabled - Running,\192.168.1.4 (i.e. correctfixed ip address assigned by router using phone's MAC address), \ANDROID, Wakelock Active. But when trying (in Nautilus) to 'Connect to Server' (with parameters of SSH & 192.168.1.4), I get popup displaying 'Could not display "sftp://192.168.1.4/", because the host could not be found.'. Router's admin shows that phone is not attached! I can ping phone from PC. but not vice versa. Tried using Terminal Emulator to ping PC from phone: tested first by phone ping itself but don't know how to stop Terminal Emulator as no Ctrl key on soft keyboard. ATP does not kill it!
sftp://192.168.1.4/
suggests it is trying to connect via Secure FTP (or SSH). You should type in the location barsmb://192.168.1.4/
(Ctrl+L to show it in Nautilus I think). Then it will connect to that IP via Samba Protocol and not SFTP. (For the terminal emulator, my terminal emulator, that comes with CM7, can emulate Ctrl key by volume down, try VolDown+c for example. it might be some other key depending on app and settings). Hope it helps. – jadkik94 Oct 01 '12 at 20:37