一、 ftp命令 1.登录:ftp 192.168.xx.xx 回车后输入用户名和密码 或者 直接输入ftp 回车 再输入open 192.168.XX.XX 2.常用命令:ls和dir 显示文件列表 cd 目录 和cd … 切换ftp服务器路径 lcd 切换本地目录 put和get 上传、下载文件 send 上传文件 mget 下载多个文件 rename file
put local-file [remote-file]: 将本地一个文件传送至远端主机中 pwd: 列出当前远端主机目录 quit: 同BYE recv remote-file [local-file]: 同GET rename [from] [to]: 改变远端主机中的文件名 rmdir directory-name: 删除远端主机中的目录 send local-file [remote-file]: 同PUT status: 显示当前FTP的状...
dir和ls都行dir# 切换目录cd目录名# 下载文件get 文件名# 上传文件put 文件名1、下载单个文件;get ...
z键入help命令可以查看所有可使用的命令 ftp> help Commands may be abbreviated. Commands are: ! debug mdir sendport site $ dir mget put size account disconnect mkdir pwd status append exit mls quit struct ascii form mode quote system bell get modtime recv sunique binary glob mput reget te...
ftp> ?Commands may be abbreviated. Commands are:append delete ls quit rmdirascii debug mkdir reget statusbinary dir newer rstatus systembye disconnect open rhelp usercd get passive rename verbosecdup help put reset ?close lcd pwd restart# 查看dir命令的帮助信息...
put [localfile] [remotefile] 使用命令“put”可以将本地主机上的文件上传到远程服务器上。其中,[localfile]是本地文件的路径和名称,[remotefile]是远程服务器上保存文件的路径和名称。 6. 下载远程文件到本地主机: get [remotefile] [localfile]
For theget,put,mget, andmputsubcommands, the interpreter has the ability to translate and map between different local and remote file-name syntax styles (see thecase,ntrans, andnmapsubcommands) and the ability to modify a local file name if it is not unique (see theruniquesubcommand). Addit...
可以看到,在Linux下的ftp客户端有更多的命令可以操作,但是常用的get/put/ls/delete等还是与Windows下是一样的。 通常我还会用到: ftp> ? debug debug toggle/set debugging mode ftp> ? type type set file transfer type ftp> ? prompt prompt force interactive prompting on multiple commands ftp> ? verbo...
ftp> put abcd.zip 200 Port command okay. 150 Opening ASCII mode data connection for vrpcfg.zip. 226 Transfer complete. ftp: 8423 bytes sent in 0.01 seconds, 346.00 Kbytes/sec The user name Administrator is an example, and the actual output may be different. The FTP client commands vary ...
This command is used to put/get the file to/from the IPv4 and IPv6 servers. Users can specify the server parameters required for transfer in the command and the FTP client will connect to the server for the first time and then transfer the file. Example # Transfer the file sourcefile to...