@Test
public void testWithGanymede() throws Exception {
// begin client config
final Connection conn = new Connection("localhost", port);
conn.connect(null, 5000, 0);
conn.authenticateWithPassword("sshd", "sshd");
final SCPClient scp_client = new SCPClient(conn);
final Properties props = new Properties();
props.setProperty("test", "test-passed");
scp_client.put(toBytes(props, ""), "test.properties", "target/scp/gan");
scp_client.put(toBytes(props, ""), "test2.properties", "target/scp/gan");