Added features about sakisafecli in the readme
This commit is contained in:
parent
300f9fe78c
commit
957b87161c
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -7,10 +7,8 @@
|
||||||
* Written in perl
|
* Written in perl
|
||||||
* Can be used as pastebin
|
* Can be used as pastebin
|
||||||
* Or as a URL shorter
|
* Or as a URL shorter
|
||||||
|
* Easiy installation (just use fcgi)
|
||||||
* Runs with CGI
|
* Runs with CGI
|
||||||
* Tor access ;)
|
|
||||||
* If running OpenBSD, sakisafecli will use pledge()
|
|
||||||
|
|
||||||
|
|
||||||
## Installation:
|
## Installation:
|
||||||
|
|
||||||
|
@ -25,6 +23,14 @@ sakisafecli is a command line interface for sakisafe servers (and
|
||||||
other file upload services). It also supports file uploading via scp
|
other file upload services). It also supports file uploading via scp
|
||||||
(ssh).
|
(ssh).
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Written in C so is fast.
|
||||||
|
* HTTP and SCP support (FTP support is planned!)
|
||||||
|
* Highly configurable
|
||||||
|
* Lightweight
|
||||||
|
* If using OpenBSD, it will run `pledge()` for security reasons.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Compilation
|
### Compilation
|
||||||
|
@ -35,6 +41,8 @@ Clone the repo and run `make` (or `bmake` in linux systems)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Donate
|
# Donate
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|
Loading…
Add table
Reference in a new issue