diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-04-15 21:51:56 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-04-15 21:51:56 +0200 |
commit | 634aaabc8f08f2f28442c00207bed03c186f8ea5 (patch) | |
tree | c8a79057d31b36f8fbfc96526f4a2800a7ea685d /README | |
parent | f1f2e36798501c877816f15c602988204073b41d (diff) | |
download | tdeio-ftps-634aaabc8f08f2f28442c00207bed03c186f8ea5.tar.gz tdeio-ftps-634aaabc8f08f2f28442c00207bed03c186f8ea5.zip |
Drop automake build support.
Add basic cmake build instructions.
Rework of the README file.
Add the MODULE directive to the build.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 42 |
1 files changed, 39 insertions, 3 deletions
@@ -1,5 +1,41 @@ -ftps TDEIO-slave. -written by Magnus Kulke <magnus.kulke@radicalapproach.de>, based on rfc4217 and build upon the ftp TDEIO-slave sources. it should work yet with most server implementations. it 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 that fails it will transfer data unencrypted. there is currently no support for ssl-certificates. this might be added on demand. + 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 -magnus kulke 1.3.2006
\ No newline at end of file + +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 |