How can I map to an FTP server as a drive?
Learn how to map to an FTP server as a drive.
John Savill
October 13, 1999
1 Min Read
A. Its possible to configure a machine to map to a FTP server as a drive (for instance the Microsoft site) providing the machine runs both NetBEUI and TCP/IP. Perform the following:
Edit the LMHOSTS file (in %systemroot%system32driversetc)
Add line
MicrosoftFTP #PRE
e.g. 207.46.133.140 MicrosoftFTP #PRE
Save the file
Open a CMD.EXE session. Enter command:
nbtstat -R
This purges and reloads the name table cache
Now map a drive (to share data)
net use * \MicrosoftFTPdata /user:anonymous
All done. It will pass a drive letter for the connection
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like