常用的ftp文件传输命令为:bin、asc、put、get、mput、mget、prompt、bye。
常用的ftp文件传输命令为:bin、asc、put、get、mput、mget、prompt、bye。
参考答案和解析
对
相关考题:
下面为用户zhang用FTP.exer命令的过程,请解析下划线部分的含义。C:>ftp ftp.abc.com.cn //连接到ftp服务器ftp>user zhang //使用zhang用户登录ftp服务器ftp>pwd //第(1)处ftp>ls //显示当前目录列表ftp>binary //第(2)处ftp>get testprog.exe //第(3)处ftp>bye //退出FTP.exe命令(1)
An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?() A. int put *B. int mput *C. prompt put *D. prompt mput *
下载IVPS的软件到NT板上,应该采用下列哪条命令,其中10.15.255.11是操作电脑的地址?A、tftp -i 10.15.255.11 put MLTEAA10.003 /Sw/MLTEAA10.003B、ftp -i 10.15.255.11 put MLTEAA10.003 /Sw/MLTEAA10.003C、tftp -i 10.15.255.11 get MLTEAA10.003 /Sw/MLTEAA10.003D、ftp -i 10.15.255.11 get MLTEAA10.003 /Sw/MLTEAA10.003
在一台linux系统中访问另一台samba服务器上的共享资源,如果已经以mary用户的身份连接到samba服务器的共享目录上,则应使用()命令将本机当前目录中的file.local文件上传到服务器上,并将服务器当前目录中的所有后缀为.server的文件下载到本机当前目录下。A、put file.localB、mput file.localC、get .serverD、get *.serverE、mget *.server
An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?()A、int put *B、int mput *C、prompt put *D、prompt mput *
单选题An operator needs to transfer several files in the same directory using ftp without being prompted. Which of the following ftp subcommands must be used?()Aint put *Bint mput *Cprompt put *Dprompt mput *
单选题在FTP常用的字符型命令中,Mget命令用于()。A一次上传单个文件B一次上传多个文件C一次下载单个文件D一次下载多个文件