// allow any host ID and search for pw in JavaX-Secret static void scpLS(S user, S host, S fromPath, S toPath) ctex { final SSHClient client = sshLogin(user, host); try { client.newSFTPClient().rename(fromPath, toPath); } finally { client.disconnect(); } }