Skip to content

Commit

Permalink
update gif
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed May 27, 2018
1 parent aea8a30 commit 5134e6e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,28 @@ exec lscp get file/dir (remote to local scp).
lscp r:/path/to/remote l:/path/to/local


<p align="center">
<img src="./example/scp_l2r1.gif" />
</p>

<p align="center">
<img src="./example/scp_l2r2.gif" />
</p>


### [lscp] scp local to remote (put)

exec lscp put file/dir (local to remote scp).
exec lscp put file/dir (local to remote scp). If multiple server selected, mkdir servername dir.

lscp local:/path/to/remote remote:/path/to/local

# short version
lscp l:/path/to/local r:/path/to/remote

<p align="center">
<img src="./example/scp_r2l.gif" />
</p>


### [lscp] scp remote to remote

Expand All @@ -149,6 +162,11 @@ exec lscp get/put file/dir (remote to remote scp).
lscp r:/path/to/remote(get) r:/path/to/local(put)


<p align="center">
<img src="./example/scp_r2r.gif" />
</p>


## Licence

A short snippet describing the license [MIT](https://github.com/blacknon/lssh/blob/master/LICENSE.md).
Expand Down
Binary file added example/scp_l2r1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/scp_l2r2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/scp_r2l.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/scp_r2r.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5134e6e

Please sign in to comment.