How to connect from WinXP to a Linux Samba Server?

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
 
S

Swifty

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top