Update documentation
This commit is contained in:
parent
9253822184
commit
d2e28f22e6
|
@ -4,10 +4,10 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
|
|||
### Documentation:
|
||||
* `Tools for upload:`
|
||||
|
||||
* [ks-upv](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upv.md) - Upload video file(s) to server with rsync+ssh.
|
||||
* [ks-upa](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upa.md) - Upload audio file(s) to server with rsync+ssh.
|
||||
* [ks-upf](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upf.md) - Upload common file(s) to server with rsync+ssh.
|
||||
* [ks-upr](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upr.md) - Upload recursively file(s) to server with rsync+ssh.
|
||||
* [ks-upv](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upv.md) - Upload video file(s) to server with scp or rsync.
|
||||
* [ks-upa](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upa.md) - Upload audio file(s) to server with scp or rsync.
|
||||
* [ks-upf](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upf.md) - Upload common file(s) to server with scp or rsync.
|
||||
* [ks-upr](https://github.com/q3aql/ks-tools/blob/main/doc/ks-upr.md) - Upload recursively file(s) to server with scp or rsync.
|
||||
|
||||
* `Tools for convert video:`
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-upa - Upload audio file(s) to server with rsync+ssh.
|
||||
=======================================================
|
||||
ks-upa - Upload audio file(s) to server with scp or rsync.
|
||||
==========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
@ -56,6 +56,7 @@ $ ks-upa -h - Show help
|
|||
* URL (or IP) Server: mypersonaldomain.es
|
||||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-upf - Upload common file(s) to server with rsync+ssh.
|
||||
========================================================
|
||||
ks-upf - Upload common file(s) to server with scp or rsync.
|
||||
===========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
@ -56,6 +56,7 @@ $ ks-upf -h - Show help
|
|||
* URL (or IP) Server: mypersonaldomain.es
|
||||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-upr - Upload recursively file(s) to server with rsync+ssh.
|
||||
=============================================================
|
||||
ks-upr - Upload recursively file(s) to server with scp or rsync.
|
||||
================================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
@ -56,6 +56,7 @@ $ ks-upr -h - Show help
|
|||
* URL (or IP) Server: mypersonaldomain.es
|
||||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ks-upv - Upload videos file(s) to server with rynsc+ssh.
|
||||
========================================================
|
||||
ks-upv - Upload videos file(s) to server with scp or rsync.
|
||||
===========================================================
|
||||
|
||||
### Syntax:
|
||||
|
||||
|
@ -56,6 +56,7 @@ $ ks-upv -h - Show help
|
|||
* URL (or IP) Server: mypersonaldomain.es
|
||||
* Destination Path (Server): /home/anonymous
|
||||
* Scan Path (Local): /home/local/videos
|
||||
* Upload Tool: scp
|
||||
````
|
||||
|
||||
### Edit configuration:
|
||||
|
|
Loading…
Reference in New Issue
Block a user