How to connect from WinXP to a Linux Samba Server?

  • Thread starter Thread starter Ken Philips
  • Start date Start date
K

Ken Philips

I want to access a shared directory on a Linux system which runs Samba.

How do I access from WinXP this remote shared directory (say \usr\local\home\log) ?
login and password is available.

Is administration work on the remote (Linux) site necessary?

Ken
 
Ken said:
How do I access from WinXP this remote shared directory (say \usr\local\home\log) ?
login and password is available.

I use:

net use l: \\server.ip.name\alias /USER:swifty password
Is administration work on the remote (Linux) site necessary?

In my case, yes, on two counts:

1. The creation of the alias, although you can probably use a path.
2. "net use" will send your password effectively in clear over the
network. So my helpful admin created me a userid/password pair for use
with the specific alias. My ID/password can still be stolen, but the
thief gets access only to this alias, and not my logon details.
 
Back
Top