Mac下SFTP连接服务器下载文件

时间:2024-10-07 07:16:25

上传目录文件

  1. stfp>
  2. put xxx/xxx.file

最后贴一些linux常用命令

  1. pwd: Print working directory of remote host
  2. lpwd: Print working directory of local client
  3. cd: Change directory on the remote host
  4. lcd: Change directory on the local client
  5. ls: List director on the remote host
  6. lls: List directory on the local client
  7. mkdir: Make directory on remote host
  8. lmkdir: Make directory on local client
  9. get: Receive file from remote host to local client
  10. put: Send file from local client to remote host
  11. help: Display help text

喜欢就点个赞吧:D