點樣用dos download ftp d 野...

2006-10-21 8:57 pm
例如link 係ftp://123
係dos 入面應該打咩??
更新1:

unknown host ftp://........:27015. 點算好>"

回答 (3)

2006-10-21 9:10 pm
✔ 最佳答案
先輸入ftp執行ftp存取
之後會轉為ftp>輸入open
再輸入ftp既網址如果要pw既會要求你輸入user name同pw,留意輸入pw既時候佢係會好似無野輸入咁,咁唔洗理佢輸入完禁enter就可以
如果成功登入會出現220 xxxxxxxx既字樣,你就可以用cd去將目前既ftp路徑轉至個別既資料夾,用dir檢視資料夾內容
如果要下載檔案既,用get指令:
get app.exe app.exe 前者係ftp中既檔案名稱,後者係存至本機既檔案名稱
之後可以用quit離開ftp指令模式
===========
你可以用help指令知道有咩指令可以用

2006-10-21 13:16:14 補充:
成功登入係230先岩唔係220
2006-10-22 12:06 am
If you don’t want to install other program, you can use the ftp command prompt from windows. But you must learn how to use it. Type ”help” in the ftp prompt to get help. If you don’t want to learn, you can use wget. It can download from http, https and ftp.
http://users.ugent.be/~bpuype/wget/

2006-10-21 16:11:23 補充:
A supplementary note to the answer from ggencommander at 2006-10-21 13:13:26:You should use ”type i” to change the transferring mode to binary before retrieving binary files.

2006-10-21 16:15:20 補充:
Sorry, the command to change to binary mode is ”bin” not ”type i”. ”type i” is the actual command on the ftp protocol to change to binary mode. ”bin” is the command to change to binary mode in ftp command prompt.
2006-10-21 9:13 pm
打以下的command
c:\ftp 123
如果個ftp要登入的,佢會prompt你打username and password,
成功登入後,會prompt你話successful login

會見到:
ftp >

打ls去list directory,
ftp > ls -la

打cd去change directory
ftp > cd directory_name

打get去download file
ftp > get file_name target_location

打quit離開
ftp > quit

希望幫到你!
參考: My knowledge


收錄日期: 2021-04-26 18:19:32
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20061021000051KK02021

檢視 Wayback Machine 備份