Update documentation

This commit is contained in:
q3aql 2022-01-21 22:59:30 +01:00
parent 9253822184
commit d2e28f22e6
5 changed files with 16 additions and 12 deletions

View File

@ -4,10 +4,10 @@ ks-tools - Tools for upload, convert and crop/mix video/audio files.
### Documentation: ### Documentation:
* `Tools for upload:` * `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-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 rsync+ssh. * [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 rsync+ssh. * [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 rsync+ssh. * [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:` * `Tools for convert video:`

View File

@ -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: ### Syntax:
@ -56,6 +56,7 @@ $ ks-upa -h - Show help
* URL (or IP) Server: mypersonaldomain.es * URL (or IP) Server: mypersonaldomain.es
* Destination Path (Server): /home/anonymous * Destination Path (Server): /home/anonymous
* Scan Path (Local): /home/local/videos * Scan Path (Local): /home/local/videos
* Upload Tool: scp
```` ````
### Edit configuration: ### Edit configuration:

View File

@ -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: ### Syntax:
@ -56,6 +56,7 @@ $ ks-upf -h - Show help
* URL (or IP) Server: mypersonaldomain.es * URL (or IP) Server: mypersonaldomain.es
* Destination Path (Server): /home/anonymous * Destination Path (Server): /home/anonymous
* Scan Path (Local): /home/local/videos * Scan Path (Local): /home/local/videos
* Upload Tool: scp
```` ````
### Edit configuration: ### Edit configuration:

View File

@ -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: ### Syntax:
@ -56,6 +56,7 @@ $ ks-upr -h - Show help
* URL (or IP) Server: mypersonaldomain.es * URL (or IP) Server: mypersonaldomain.es
* Destination Path (Server): /home/anonymous * Destination Path (Server): /home/anonymous
* Scan Path (Local): /home/local/videos * Scan Path (Local): /home/local/videos
* Upload Tool: scp
```` ````
### Edit configuration: ### Edit configuration:

View File

@ -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: ### Syntax:
@ -56,6 +56,7 @@ $ ks-upv -h - Show help
* URL (or IP) Server: mypersonaldomain.es * URL (or IP) Server: mypersonaldomain.es
* Destination Path (Server): /home/anonymous * Destination Path (Server): /home/anonymous
* Scan Path (Local): /home/local/videos * Scan Path (Local): /home/local/videos
* Upload Tool: scp
```` ````
### Edit configuration: ### Edit configuration: