diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-21 13:07:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-21 13:07:14 +0200 |
commit | d5f9dc3865443d6d0f71d97c916531018880cef3 (patch) | |
tree | 7213caef33a71d15d86126f0508bc93a26fa8829 | |
parent | 77eaa5a3a8fe73b1233422587905642aa6b4f752 (diff) | |
download | tdeio-ftps-d5f9dc3865443d6d0f71d97c916531018880cef3.tar.gz tdeio-ftps-d5f9dc3865443d6d0f71d97c916531018880cef3.zip |
Change README to markdown format.
Add translation status overview.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | README.md (renamed from README) | 30 |
1 files changed, 19 insertions, 11 deletions
@@ -1,25 +1,25 @@ tdeio-ftps - an ftps ioslave for TDE. - + This ioslave implements the ftp encryption scheme called ftps, based on rfc 4217. The slave tries to use the encryption methods the server offers. Features: -========= +--------- - * Control channel encryption - * Encrypted PASV data transfers +* Control channel encryption +* Encrypted PASV data transfers Lacking: -======== +-------- + +* Authentification via client certificate +* Encrypted PORT data transfers - * Authentification via client certificate - * Encrypted PORT data transfers - NB: The slave issues an "AUTH TLS" command after connecting and refuses to continue, when it's not supported. In prior to every data channel io @@ -27,10 +27,10 @@ command ("STOR", "RETR", etc) It tries to secure the data channel via "PBSZ" and "PROT" commands. If those fail then It will transfer data unencrypted. +. - - CONTRIBUTING -============== +Contributing +-------------- If you wish to contribute to tdeio-ftps (TDE), you might do so: @@ -39,3 +39,11 @@ If you wish to contribute to tdeio-ftps (TDE), you might do so: - TDE Weblate Translation Workspace (TWTW) collaboration tool. https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/tdeio-ftps/multi-auto.svg +"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/) |