Skip to content

Added FTPS

Latest
Compare
Choose a tag to compare
@CptGummiball CptGummiball released this 05 Jan 01:39
· 15 commits to main since this release
9a66b35

Added

  • FTPS Support
    • This addition enhances your file synchronization capabilities by introducing FTPS as an alternative method alongside SFTP and FTP.
    • FTPS provides an additional layer of security with its support for SSL/TLS encryption, ensuring the confidentiality and integrity of your data during transmission.

FIX

  • If you receive the following message in your console, use FTPS instead of SFTP
com.jcraft.jsch.JSchException: Algorithm negotiation fail

Problem Description