Usage

Build a SFTP session with your linux like server, e.g, by the tool "Xshell" or any you like.

After the session is established, then, input the "help" command, do it like this:sftp:/home/catalyst/myapp> help.

You would see below commands shown below: (I would write them word by word, because I want to have a complete
overview of them)

ls    -list content of a remote directory

lls   -list content of a local directory

cd   -change your remote working directory

lcd  -change and/or print local working directory

pwd -print your remote working directory

lpwd -print your local working directory

get  -down a file from the server to your local machine

put  -upload a file to your server from local machine

clear -clear screen

help   -give help

bye  -finish your SFTP session

exit  -finish your SFTP session

quit -finish your SFTP session

mkdir -create a directory on the remote server

mv   -move or rename a file on the remote server

rename  -move or rename a file on the remote server

rm  -remove a file on the remote server

rmdir  -remove a directory on the remote server

Demo

Change your local working directory:

Get a file from remote server:

Change your remote working directory, and upload a file to there from the local.

Mars

March 17, 2015

最新文章

  1. google的云盘与公司网盘
  2. zookeeper+jstorm的集群搭建
  3. 原:[eclipse启动错误] JVM terminated.Exit code=2
  4. October 10th 2016 Week 42nd Monday
  5. 调研一类软件的发展演变—聊天软件( 1000-2000 words, in Chinese)
  6. shell基础——字符串连接
  7. 【TestDirector】常见问题分析
  8. HTMl课堂随笔
  9. 最新版multer1.3.0上传文件
  10. CSS学习之路,指定值,计算值,使用值。
  11. pc远程控制凭证不工作的解决办法
  12. Java中的包装数据类型
  13. gitlab 10安装
  14. linux 的常用命令---------第十一阶段
  15. OCM_第十九天课程:Section9 —》Data Guard _ DATA GUARD 原理/DATA GUARD 应用/DATA GUARD 搭建
  16. Unity游戏开发常用的一些函数用法
  17. AngularJs自定义过滤器filter
  18. hexo发文章
  19. OpenStack 镜像服务 Glance部署(六)
  20. 在ubuntu下随意编译安装需要的python版本

热门文章

  1. SMTP error 554 !!
  2. InnoDB INFORMATION_SCHEMA System Tables
  3. Ubuntu、CentOS 解决docker命令权限问题(sudo)
  4. jquery添加属性的方法
  5. python 中range和xrange的区别
  6. 71.mybatis 如何获取插入的id【从零开始学Spring Boot】
  7. [Istio]流量管理API v1alpha3路由规则
  8. POJ2455 Secret Milking Machine【二分,最大流】
  9. bzoj 2326 矩阵乘法
  10. github新建本地仓库,再同步远程仓库基本用法