作者KarasuTW (鴉天狗)
看板AntiVirus
標題[方案] IE 打不開時以指令取得代用瀏覽器的方法
時間Thu Aug 27 18:22:13 2009
由於 PTT 是 BBS 站,與論壇的情況不同,許多人雖然 IE 已無法開啟任何網頁
但 BBS 功能依然正常。這裡介紹之前版主 TypeZero 嘗試引導版眾從命令提示字元
取得 Google Chrome 瀏覽器的方法,以便下載檢測軟體/上載檢測結果。
當然,平常就安裝
並更新兩種瀏覽器,會比臨時再來下載還要穩當。
先按開始 - 執行 - cmd.exe
會出現如下畫面,照範例鍵入綠色文字之後按 Enter
Microsoft Windows XP [版本 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\user>
cd "My Documents"_ ← (1)
C:\Documents and Settings\user\My Documents>
ftp ftp.isu.edu.tw_ ← (2)
Connected to ftp.isu.edu.tw.
220-歡迎光臨義守大學檔案伺服器
220-
220-本站提供以下軟體可供下載:
220-*************************************************************************
220-/pub/BeOS/ BeOS 作業系統
220-/pub/CPAN/ Perl 程式語言 (Comprehensive Perl Archive Network)
220-/pub/CPatch/ 中文化軟體 (收集大量的 Windows 共享軟體與中文化程式)
220-/pub/Documents/ 各類文件收集
220-/pub/FreeBSD/ FreeBSD 作業系統
220-/pub/Game/ 免費遊戲軟體
220-/pub/Hardware/ 硬體驅動程式
220-/pub/Linux/ Linux 作業系統
220-/pub/MsDownload/ 微軟相關軟體更新 (例如 Service Pack 等)
220-/pub/RFC/ Request for Comments (RFC 文件)
220-/pub/Solaris/ Solaris 作業系統
220-/pub/Yesterday/ 昨日小築完整 mirror (收集大量 Windows 相關軟體)
220-*************************************************************************
220-
220-另外,歡迎使用者多多利用 HTTP 的方式登入,一來有較佳的
220-傳輸效能,介面功能也較為完善,您還可以利用檔案搜尋引擎
220-快速找到您所需求的檔案,網址如下:
220-
220-http://ftp.isu.edu.tw
220
User (ftp.isu.edu.tw:(none)):
anonymous_ ← (3)
230 Login successful.
ftp>
cd /pub/Windows/softking/soft/en/c_ ← (4)
250 Directory successfully changed.
ftp>
binary_ ← (5)
200 Switching to Binary mode.
ftp>
get chrome_installer.exe_ ← (6)
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for chrome_installer.exe (9589232 byt
226 File send OK.
ftp: 9589232 bytes received in 16.13Seconds 594.68Kbytes/sec.
ftp>
quit_ ← (7)
C:\Documents and Settings\user\My Documents>
chrome_installer.exe_ ← (8)
C:\Documents and Settings\user\My Documents>
範例到此結束。
以下列出開始 - 執行 - cmd.exe 之後需要打的指令
一次一行,打完按 enter 鈕:
cd "My Documents"
ftp ftp.isu.edu.tw
anonymous
cd /pub/Windows/softking/soft/en/c
binary
get chrome_installer.exe
quit
chrome_installer.exe
--
+ + .
And I begin to wonder... ★ *
The dreams I can't remember * ‧
when I wake in the morning, * * *
where in the world did they go? 。 *
+ + * * ★ * .
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.43.118.176
1F:推 assasser:感謝 可以把這篇備份存在每顆硬碟裡嗎? 08/27 18:27
2F:→ KarasuTW:請自由取用 08/27 18:36
3F:推 VictorTom:太屌了, 連DOS模式的FTP都出現了....XD 08/27 19:11
4F:推 TypeZero:也可以透過這個方法下載續傳軟體 08/27 22:03
5F:推 VictorTom:也可以下載FileZille之類的GUI FTP client啊XD 08/27 22:10
6F:推 blackca:樓上,可是這樣有點多此一舉啊XDD 08/28 01:35
7F:推 VictorTom:也對, title是取代browser....Orz 08/28 02:37
8F:→ KarasuTW:這種不要 password 的 anonymous 登入不能用 -A 處理... 09/21 10:37
9F:→ KarasuTW:所以不改了 -3- 09/21 10:37