26 prompt Force interactive prompting on multiple commands. 在 prompt 的开模式和关模式之间切换。 语法:prompt 27 put Send one file. 使用当前一个文件传送类型将本地文件复制到远程计算机上。 语法:put LocalFile [RemoteFile] 28 pwd Print working directory on remote machine. 打印远程计算机上的当前目录。
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 tenex bye hash newer rstatus tick case...
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的状...
Linux系统下的FTP上传文件是一个非常常见的操作,而在这个过程中使用put命令是一个必须掌握的技巧。put命令是FTP中用来上传本地文件到远程服务器的命令,通过put命令,用户可以很方便地将本地文件传输到远程服务器上。 在Linux系统中,通过FTP上传文件需要使用FTP客户端工具,比如常用的FTP客户端工具有FileZilla、CuteFTP等。
其中,FTP(File Transfer Protocol)是一种常用的文件传输协议,通过FTP可以将文件从一个计算机传输到另一个计算机。 在Linux系统中,有许多命令可以帮助我们进行FTP操作,其中之一就是mput和put命令。mput命令用于批量上传多个文件到FTP服务器,而put命令 上传 服务器...
一、 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 filename 重命名ftp服务器文件...
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命令的帮助信息...
ftp> ?Commands may be abbreviated. Commands are:!debug mdir sendport site $dirmget put size account disconnectmkdirpwdstatus append exit mls quit struct ascii form mode quote system bell get modtime recv sunique binary glob mput reget tenex ...
可以看到,在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...
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...