ls [remote_dir]:列出远程目录的内容。 lls [local_dir]:列出本地目录的内容。 get remote_file [local_file]:下载远程文件到本地。 put local_file [remote_file]:上传本地文件到远程。 mget [remote_files]:批量下载远程文件到本地。 mput [local_files]:批量上传本地文件到远程。 rename oldpath newpat...
4. 列出目录内容:ls [directory] 该命令用于列出指定目录的内容,如果不指定目录,则列出当前工作目录的内容。 5. 下载文件:get remote_file [local_file] 使用该命令可以下载远程服务器上的文件到本地主机,remote_file表示远程服务器上的文件路径,local_file表示要保存到本地的文件路径,如果不指定local_file,则使用...
ln [-s] oldpath newpath Link remote file (-s for symlink) lpwd Print local working directory ls [-1afhlnrSt] [path] Display remote directory listing lumask umask Set local umask to 'umask' mkdir path Create remote directory progress Toggle display of progress meter put [-afPpRr] local [...
bye finish your SFTP session 结束会话 cd change your remote working directory 切换目录到指定的位置 clear clear screen 清除当前屏幕内容 exit finish your SFTP session 退出 同bye explore explore your local directory 搜寻本地目录并列出 get download a file from the server to your local machine 从服务...
get remotefile localfile 其中remotefile是远程服务器上的文件路径,localfile是下载到本地的文件路径。执行该命令后,sftp会将远程服务器上的文件下载到本地。 四、列出远程服务器上的文件和目录 在连接远程服务器后,你可以使用ls命令列出远程服务器上的文件和目录。执行以下命令: ...
print your local working directory/查看本地工作路径ls list contents of a remote directory/查看远端路径mkdir create a directory on the remote server/创建目录mv move or rename a file on the remote server/移动或重命名文件夹put upload a file from your local machine to the server/上传...
1.常用命令 get --下载 put --上传 clear --清屏 exit、quit --断开连接 help --帮助 远程端服务器的操作指令: ls --显示目录 rm --删除 cd --切换路径 mkdir --创建目录 pwd --显示当前路径 本地端服务器的操作指令(在远程指令前加l(local)即可): lls --显示目录 lrm --删除 lcd --切换路径 ...
sftp> ls 本地 sftp> lls 5. 使用 sftp 上传文件 将单个或多个文件放在远程系统 ftp 服务器中。 代码语言:javascript 代码运行次数:0 复制 Cloud Studio代码运行 sftp>put local.profile Uploading local.profile to/rumenz/local.profile 6. 使用 sftp 上传多个文件 ...
sftp> lls /www 4.sftp与ftp有着几乎相同的语法和功能 ① ls, rm, cd, mkdir, pwd 等指令是对当前连接的远程端服务器的操作。 ② lls, lrm, lcd, lmkdir, lpwd 等指令是对本地端服务器的操作 —— 在上述指令前加l(local)即可 5.退出sftp...
reput [-fPpRr] [local] remote Resume upload file help Display this help text lcd path Change local directory to 'path' lls [ls-options [path]] Display local directory listing lmkdir path Create local directory ln [-s] oldpath newpath Link remote file (-s for symlink) ...