Click to See Complete Forum and Search --> : accessing a windows computer


wendo
06-27-2001, 03:33 PM
Hi i have samba installed and working fine on my linux box.My windows box can access all the files i have made available to it.
My question how do i make all my files on the windows box availble to my linux box.
Is there a program for this.
I'am a newbie so please answer in a basic form i can understand :D :D
Thx's

WEndo

ph34r
06-27-2001, 03:35 PM
smbclient is your friend. Try either man'ing it or use the --help option.

scanez
06-27-2001, 03:38 PM
Hi,

First you need to setup file and print sharing on your windows box. open up network properties and click on the button that says "file and pring sharing". For sharing files select "I wnat to be able ... access to my file". Then click ok twice, you may need to restart. Once back in windows, right click on folders you want to share and choose "sharing". There you can enter passwords to give access to those folders.

Second, install smbclient on your linux box if you haven't done so already. Then run

smbclient //name_windows_box/name_of_folder

That should work. Let us know how it went.
SC