问题
单项选择题
若想访问西南财经大学FTP服务器pub目录下的一个文件index.txt,应该在浏览器地址栏内输入 ______。
A.ftp://ftp.swufe.edu.cn/pub/index.ctxt
B.http://ftp.swufe.edu.cn/pub/index.txt
C.ftp://http.swufe.edu.m/pub/index.txt
D.ftp://swufe.edu.cn/pub/indegtxt
答案
参考答案:A
解析: 以浏览器形式进行FTP访问的格式如下:
协议类型://主机名/路径及文件名
其中,ftp://代表协议类型,ftp.swufe.edu.cn代表主机名,pub/inclex.txt代表目录名。