{"id":68023,"library":"sshd-scp","title":"Apache MINA SSHD SCP","description":"Apache MINA SSHD module providing SCP (Secure Copy Protocol) support for file transfer over SSH.","status":"active","version":"2.17.1","language":"java","source_language":null,"source_url":"https://github.com/apache/mina-sshd","tags":["ssh","scp","file-transfer","apache","mina"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.sshd</groupId>\n  <artifactId>sshd-scp</artifactId>\n  <version>2.17.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.sshd:sshd-scp:2.17.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ScpClient","correct":"org.apache.sshd.client.scp.ScpClient"}],"quickstart":{"code":"import org.apache.sshd.client.scp.ScpClient;\nimport org.apache.sshd.client.SshClient;\n\nSshClient client = SshClient.setUpDefaultClient();\nclient.start();\nScpClient scp = client.connect(\"user\", \"host\", 22).verify().getSession().createScpClient();\nscp.upload(\"local.txt\", \"/remote/\");","lang":"java","description":"Connects via SSH and uploads a file using SCP."},"warnings":[{"fix":"Use SFTP (SftpClient) instead for better compatibility and security.","message":"SCP is deprecated in favor of SFTP; some servers may not support SCP.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'apach':1,5,25 'copi':12 'file':16,23 'file-transf':22 'mina':2,6,26 'modul':8 'protocol':13 'provid':9 'scp':4,10,21 'secur':11 'ssh':19,20 'sshd':3,7 'support':14 'transfer':17,24","created_at":"2026-06-17T17:44:36.977991+00:00","updated_at":"2026-06-17T17:44:36.977991+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://www.apache.org/","github":"https://github.com/apache/mina-sshd","docs":"https://appdoc.app/artifact/org.apache.sshd/sshd-scp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}