[
https://issues.apache.org/jira/browse/CAMEL-22379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057292#comment-18057292
]
Claus Ibsen commented on CAMEL-22379:
-------------------------------------
{code:java}
[ERROR] Failures:
[ERROR] SftpChangedReadLockIT.testChangedReadLock:68 There should be 20 lines
in the file ==> expected: <20> but was: <40>
[ERROR] Errors:
[ERROR] MinaSftpPublicKeyAuthIT.testAuthenticateWithEcdsaKey:161 »
CamelExecution Exception occurred during execution on the exchange:
Exchange[AB9331C0F5DF345-0000000000000000]
[ERROR]
SftpCertificateAuthenticationIT.testCertificateAuthenticationWithCertBytes:88 »
CamelExecution Exception occurred during execution on the exchange:
Exchange[B5DF092BC907527-0000000000000000]
[ERROR]
SftpCertificateAuthenticationIT.testCertificateAuthenticationWithCertFile:50 »
CamelExecution Exception occurred during execution on the exchange:
Exchange[E1E44E37A60D192-0000000000000000]
[ERROR]
SftpCertificateAuthenticationIT.testCertificateAuthenticationWithCertUri:65 »
CamelExecution Exception occurred during execution on the exchange:
Exchange[4B33DE5B6B47B2A-0000000000000000]
[ERROR]
SftpCertificateAuthenticationIT.testCertificatePriorityBytesOverFile:113 »
CamelExecution Exception occurred during execution on the exchange:
Exchange[0E3320750F78F39-0000000000000000]
[INFO]
[ERROR] Tests run: 265, Failures: 1, Errors: 5, Skipped: 7 {code}
> camel-mina-sftp - FTP component based on Mina SSHD FTP
> ------------------------------------------------------
>
> Key: CAMEL-22379
> URL: https://issues.apache.org/jira/browse/CAMEL-22379
> Project: Camel
> Issue Type: New Feature
> Components: camel-ftp
> Reporter: Claus Ibsen
> Assignee: Luigi De Masi
> Priority: Major
> Fix For: 4.18.0
>
>
> Mina SFTP
> [https://github.com/apache/mina-sshd/tree/master/sshd-sftp]
> There is demand for more modern security for SFTP that JSCH library does not
> offer such as OpenSSH certificates and whatlese.
> The Apache Mina is a sister project and they have SFTP support
> Lets see if we can make a new component that uses the Mina SFTP client and
> has support for OpenSSH and other security settings.
> This would require to add this on top of camel-ftp or camel-file to leverage
> all the existing file based functionality.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)