newtype
::: newtype의 지식창고 :::
newtype
전체 방문자
오늘
어제
  • 분류 전체보기 (392)
    • Dev (214)
      • C, C++ (43)
      • Go (5)
      • Web (49)
      • DBMS (21)
      • DevOps (8)
      • Java (2)
      • Windows, Win32 (4)
      • Visual Basic (5)
      • C# (2)
      • Mobile (25)
      • SQL CE (7)
      • Google Map (6)
      • Python (2)
      • cygwin (2)
      • 기타 (32)
      • Ruby (1)
    • 명언 (10)
    • 모임 (18)
      • 붕주회 (3)
      • 신흥컴정 (14)
      • 웹20기 (1)
    • 사진 (8)
    • 불펌 (29)
    • 막글 (98)
    • 게임 (6)
    • 여행 (8)

블로그 메뉴

  • 홈
  • 태그
  • 방명록
  • 관리

공지사항

  • whoami
05-11 10:21
hELLO · Designed By 정상우.
newtype

::: newtype의 지식창고 :::

Dev/Windows, Win32

FTP 주소를 네트워크 드라이브로 설정하는 법

2006. 4. 21. 16:18
How can I map to an FTP server as a drive?
A Web Exclusive from FAQ for Windows
John Savill
Network
InstantDoc #14486
FAQ for Windows
      
Email this Article
Printer Friendly
Reader Comments
RSS
Subscribe to Windows IT Pro | See More FTP Articles Here | Reprints

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:

  1. Perform a NSLOOKUP for the FTP site, e.g.
     nslookup ftp.microsoft.com
     make a note of the IP address
  2. Edit the LMHOSTS file (in %systemroot%\system32\drivers\etc)
  3. Add line
     <ip address> MicrosoftFTP
     e.g. 207.46.133.140 MicrosoftFTP
  4. Save the file
  5. Open a CMD.EXE session. Enter command:
     nbtstat -R
     This purges and reloads the name table cache
  6. Type command:
     net view \\MicrosoftFTP
     You should see information on the site
  7. Now map a drive (to share data)
     net use * \\MicrosoftFTP\data /user:anonymous
  8. All done. It will pass a drive letter for the connection


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
NetDrive를 이용하는 방법이 있다.
위에 설정이 귀찮으면 설치를 하자.

invalid-file

NetDrive Download




반응형

'Dev > Windows, Win32' 카테고리의 다른 글

사용자계정 날라감.ㅡㅜ  (5) 2003.08.28
컴포넌트 등록..  (6) 2003.08.28
윈xp와 윈me 접촉(?) 가능여부  (2) 2003.08.24
    'Dev/Windows, Win32' 카테고리의 다른 글
    • 사용자계정 날라감.ㅡㅜ
    • 컴포넌트 등록..
    • 윈xp와 윈me 접촉(?) 가능여부
    newtype
    newtype
    지극히 개인적인 지식의 창고

    티스토리툴바