From 43b7ffebe88dd989ec1341206271dcca69d9fca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 21 Oct 2021 13:07:14 +0200 Subject: Change README to markdown format. Add translation status overview. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit d5f9dc3865443d6d0f71d97c916531018880cef3) --- README | 41 ----------------------------------------- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 41 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ccfe4f3..0000000 --- a/README +++ /dev/null @@ -1,41 +0,0 @@ - - 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 - - -Lacking: -======== - - * 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 -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 -============== - -If you wish to contribute to tdeio-ftps (TDE), you might do so: - -- TDE Gitea Workspace (TGW) collaboration tool. - https://mirror.git.trinitydesktop.org/gitea - -- TDE Weblate Translation Workspace (TWTW) collaboration tool. - https://mirror.git.trinitydesktop.org/weblate diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd86a59 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ + + 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 + + +Lacking: +-------- + +* 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 +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 +-------------- + +If you wish to contribute to tdeio-ftps (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- 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/) -- cgit v1.2.1