Use of local drives

A

Alfonso

I just wanted to know if a client connected to a server
running Windows 2000 Terminal Services could somehow map
or view his local drives so that it could be possible to
transfer files between the local files and the remotely
assigned drives.

Best regards,
Alfonso
 
V

Vera Noest [MVP]

This functionality is not natively included in W2K TS, but you can
achieve it anyway.

There is a utility in the Resource Kit called drivemap that does
this. All it does is to share the local drives on the client PC
and connect to those drives withing the user session, so you can
easily do this yourself with a login script. Something like:

on the client:
net share C_share_name$ C:\

within the session:
net use X: \\%clientname%\C_share_name$
 
C

Cláudio Rodrigues

Remember a couple things:
1. This does NOT work over the Internet unless a VPN is in place.
2. This is NOT secure.
3. This does NOT work on Win9X clients as stated on the article that talks
about DRVMAP.
Use something else like FTPRDP, WTSFTP or even the unsupported TSDropCopy.

--
Cláudio Rodrigues

Microsoft MVP
Windows Technologies - Terminal Services
http://www.terminal-services.net
 

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