This one uses Samba:
$ ls smb://192.168.5.4/wdtvlivehub/abc
ls: cannot access smb://192.168.5.4/wdtvlivehub/abc: No such file or directory
I somehow managed to do it by;
- Browsing to the remote directory. (pcmanfm 0.9.9)
- Opening the current folder in a terminal.
- Executing
pwdto get/home/myuser/.gvfs/wdtvlivehub on 192.168.5.4 - Doing
ls /home/myuser/.gvfs/wdtvlivehub on 192.168.5.4worked.
..What would be a more elegant way?