Microsoft MVP성태의 닷넷 이야기
기타: 32. Microsoft FTP 사이트에 접속하는 방법 [링크 복사], [링크+제목 복사],
조회: 30134
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Microsoft FTP 사이트에 접속하는 방법

오호~~~ 마이크로소프트가 FTP 사이트를 운영하리라고는 전혀 생각해 본 적이 없었는데요. ^^ 다음의 글을 보고 알게 되었습니다.

마이크로소프트의 ftp접속이 안됩니다
; http://social.technet.microsoft.com/Forums/ko-KR/livecommunciationsserverko/thread/937cc649-f3a3-4c44-93ca-c22fbd9a5923

그래서 저도 따라해 보았는데, 역시 접속이 안 됩니다.

C:\temp> ftp -A ftp.microsoft.com
ftp> ftp: connect :Connection refused

포기할까 하다가, 혹시나 싶어서 제 웹사이트를 호스팅하고 있는 윈도우 애저 VM에 RDP로 접속해서 테스트 해보니 거기서는 잘 됩니다.

D:\Users\Kevin> ftp -A ftp.microsoft.com
Connected to ftp.microsoft.akadns.net.
220 Microsoft FTP Service
331 Anonymous access allowed, send identity (e-mail name) as password.
230-Welcome to FTP.MICROSOFT.COM. Also visit http://www.microsoft.com/downloads.

230 User logged in.
Anonymous login succeeded for Kevin@RD00155D385265

음... 차이가 무얼까요? 그냥 지역상의 네트워크 차이겠거니 생각하고 넘어갈까 하다가... 이번에도 혹시나 싶어서 DNS 풀이로 IP를 비교해 봤습니다.

국내에서 풀이된 ftp.microsoft.com IP 주소: 64.4.30.33
해외에서 풀이된 IP 주소: 64.4.17.176

역시 다르군요. 해외에서 풀이된 IP 주소로 ftp 접속을 하니 이번에는 잘 됩니다. ^^

C:\temp> ftp -A 64.4.17.176
Connected to 64.4.17.176.
220 Microsoft FTP Service
331 Anonymous access allowed, send identity (e-mail name) as password.
230-Welcome to FTP.MICROSOFT.COM. Also visit http://www.microsoft.com/downloads.

230 User logged in.
Anonymous login succeeded for SeongTae Jeong@themyth8
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection.
bussys
deskapps
developr
KBHelp
MISC
MISC1
peropsys
Products
PSS
ResKit
Services
Softlib
226 Transfer complete.
ftp: 104 bytes received in 0.01Seconds 8.00Kbytes/sec.
ftp> quit

방법을 알긴 했지만, 왠지 FTP 접속은 두 번 다시 안 할 것 같군요. ^^ 그냥 http://www.microsoft.com/downloads 웹 사이트에서 곧바로 검색하는 것이 더 편할 테니까요.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 8/14/2024]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...
NoWriterDateCnt.TitleFile(s)
14027정성태10/15/2025473닷넷: 2371. C# - CRC64 (System.IO.Hashing의 약식 버전)파일 다운로드1
14026정성태10/15/2025490닷넷: 2370. 닷넷 지원 정보의 "package-provided" 의미
14025정성태10/14/2025761Linux: 126. eBPF (bpf2go) - tcp_sendmsg 예제
14024정성태10/14/2025810오류 유형: 984. Whisper.net - System.Exception: 'Cannot dispose while processing, please use DisposeAsync instead.'
14023정성태10/12/20251227닷넷: 2369. C# / Whisper 모델 - 동영상의 음성을 인식해 자동으로 SRT 자막 파일을 생성 [1]파일 다운로드1
14022정성태10/10/20252094닷넷: 2368. C# / NAudio - (AI 학습을 위해) 무음 구간을 반영한 오디오 파일 분할파일 다운로드1
14021정성태10/6/20252664닷넷: 2367. C# - Youtube 동영상 다운로드 (YoutubeExplode 패키지) [1]파일 다운로드1
14020정성태10/2/20252302Linux: 125. eBPF - __attribute__((preserve_access_index)) 활용 사례
14019정성태10/1/20252434Linux: 124. eBPF - __sk_buff / sk_buff 구조체
14018정성태9/30/20251798닷넷: 2366. C# - UIAutomationClient를 이용해 시스템 트레이의 아이콘을 열거하는 방법파일 다운로드1
14017정성태9/29/20252262Linux: 123. eBPF (bpf2go) - BPF_PROG_TYPE_SOCKET_FILTER 예제 - SEC("socket")
14016정성태9/28/20252539Linux: 122. eBPF - __attribute__((preserve_access_index)) 사용법
14015정성태9/22/20251982닷넷: 2365. C# - FFMpegCore를 이용한 MP4 동영상으로부터 MP3 음원 추출 예제파일 다운로드1
14014정성태9/17/20251967닷넷: 2364. C# - stun.l.google.com을 사용해 공용 IP 주소와 포트를 알아내는 방법파일 다운로드1
14013정성태9/14/20252610닷넷: 2363. C# - Whisper.NET Library를 이용해 음성을 텍스트로 변환 및 번역하는 예제파일 다운로드1
14012정성태9/9/20252860닷넷: 2362. C# - Windows.Media.Ocr: 윈도우 운영체제에 포함된 OCR(Optical Character Recognition)파일 다운로드1
14011정성태9/7/20253490닷넷: 2361. C# - Linux 환경의 readlink 호출
14010정성태9/1/20253311오류 유형: 983. apt update 시 "The repository 'http://deb.debian.org/debian buster Release' does not have a Release file." 오류
14009정성태8/28/20253775닷넷: 2360. C# 14 - (11) Expression Tree에 선택적 인수와 명명된 인수 허용파일 다운로드1
14008정성태8/26/20254353닷넷: 2359. C# 14 - (10) 복합 대입 연산자의 오버로드 지원파일 다운로드1
14007정성태8/25/20254761닷넷: 2358. C# - 현재 빌드에 적용 중인 컴파일러 버전 확인 방법 (#error version)
14006정성태8/23/20255052Linux: 121. Linux - snap 패키지 관리자로 설치한 소프트웨어의 디렉터리 접근 제한
14005정성태8/21/20254027오류 유형: 982. sudo: unable to load /usr/libexec/sudo/sudoers.so: libssl.so.3: cannot open shared object file: No such file or directory
14004정성태8/21/20254614오류 유형: 981. dotnet 실행 시 No usable version of the libssl was found
14003정성태8/21/20254878닷넷: 2357. C# 14 - (9) 새로운 지시자 추가 (Ignored directives)
[1]  2  3  4  5  6  7  8  9  10  11  12  13  14  15  ...