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
SshExceptionIOExceptionpublic void postPut(String host, int port, String username, String filename, SshTransferListener listener) throws SshException, IOException
SshExceptionIOExceptionCopyright © 2025. All rights reserved.