public class SshTransferQueue extends Object
Constructor and Description |
---|
SshTransferQueue(SshClientPool pool) |
Modifier and Type | Method and Description |
---|---|
void |
postGet(String host,
int port,
String username,
String filename,
SshTransferListener listener) |
void |
postPut(String host,
int port,
String username,
String filename,
SshTransferListener listener) |
public SshTransferQueue(SshClientPool pool)
public void postGet(String host, int port, String username, String filename, SshTransferListener listener) throws SshException, IOException
SshException
IOException
public void postPut(String host, int port, String username, String filename, SshTransferListener listener) throws SshException, IOException
SshException
IOException
Copyright © 2024. All rights reserved.