Apache MINA SSHD module providing SCP (Secure Copy Protocol) support for file transfer over SSH.
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-scp</artifactId>
<version>2.17.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects via SSH and uploads a file using SCP.
Use SFTP (SftpClient) instead for better compatibility and security.
No dependency data recorded yet.