[QCLUG] File transfer over LAN
Jason Sweat
jason.sweat@gmail.com
Tue, 22 May 2007 20:34:55 -0500
On 5/22/07, Jim Hall <volunteer.jim@gmail.com> wrote:
>
> I found ssh on one and openssh on the other (the one with the files). Both
> have Samba. What does that get me?
>
I agree with everyone else that ssh is the way to go, however, with
samba you should be able from the command line do:
mount -t smbfs -o username=user,password=secret //computer/share /mountpoint
or from the fstab file create a more permanent mount point with
//computer/share /mountpoint smbfs
user,username=user,password=secret 0 0
--
Regards,
Jason
http://blog.casey-sweat.us/