Results 1 to 2 of 2
I have some files that i would like to share with other people that have linux and we are set up on the same network how do I go about ...
- 03-27-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Is there a way to go about for file sharing
I have some files that i would like to share with other people that have linux and we are set up on the same network how do I go about transfering the files to their computer?
- 03-27-2009 #2
You can use Samba/SCP/SFTP or NFS for this.
quite simple when you have that much options.
I will tell you a easiest way.
Install openssh-server rpm with dependacies.
Keep OpenSSH server running
Use these commands as root.
# chkconfig ssh onNow open your nautilus# service ssh start
and putlogin with a regular linux account. and its done.ssh://server's.ip.address.here
Or you can go for Samba, if you are using fedora its already configured. but not on RHEL or CentOS


Reply With Quote