Re: Simple folder sharing between Ubuntu computers
For file sharing between linux (or other unix-like) systems a very simple method is to install openssh-server on the system with the desired files (or on all systems). Then from other systems you can access the files by Main Menu/Places/Connect to Server, select SSH as server type, fill in host name or ip address of the target system & click Connect. You will be prompted for a user name & password and will then get a file browser window opened as if you were a user logged in on the target system.
Another program, sshfs, if installed on all client systems, will allow a remote system running ssh server to be mounted to a local mountpoint directory similar to how a disk is mounted. It can then be accessed through that mountpoint just like a local disk, using any command line program or file browser.
Lots of people like nfs for filesharing between unix/linux systems also.
Last edited by lswb; December 18th, 2008 at 10:30 PM.
There are no dumb questions, just dumb answers.
Bookmarks