精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● WinNT系统>>【网络相关】>>映射ftp服务器为一个盘符

主题:映射ftp服务器为一个盘符
发信人: rawrence()
整理人: jiaxu2000(2004-03-30 10:05:47), 站内信件
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 NetB
EUI and TCP/IP. Perform the following:

Perform a NSLOOKUP for the FTP site, e.g.
nslookup ftp.microsoft.com
make a note of the IP address 
Edit the LMHOSTS file (in %systemroot%\systerm32\drivers\etc) 
Add line
<ip address> 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 
Type command:
net view \\MicrosoftFTP
You should see information on the site 
Now map a drive (to share data)
net use * \\MicrosoftFTP\data /user:anonymous 
All done. It will pass a drive letter for the connection 

----------------------------------------------------------------------
----------

--
阿鲁的阿,阿鲁的鲁!

※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.101.163.251]

[关闭][返回]