Click to See Complete Forum and Search --> : Share files


shn
10-09-2003, 02:36 AM
How can I share files between 2 Linux machines?

thanks

Gertrude
10-09-2003, 11:20 AM
You could set up a FTP server

http://www.faqs.org/docs/securing/ftpd.html



Or a SFTP server which is part of the SSH protocol. I would suggest this over normal FTP.

If sshd is running on your computer add this line to the /etc/ssh/ sshd_config file


Subsystem sftp /usr/lib/ssh/sftp-server

restart the ssh server.

to connect ot the server user

sftp hostname-or-IP

YogaFrog
10-09-2003, 04:27 PM
or just use samba.

It easy to configure and set up your Linux boxes to see files from their shares.

Install and configure samba using SWAT.

Then just mount your dirs from whatever Linux box you want.

Satanic Atheist
10-09-2003, 05:58 PM
Or NFS - Network Neighbourhood for Linux!

(Well, sort of).

James