public class SSHSFtp extends Object
| Constructor and Description |
|---|
SSHSFtp()
create new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind(SSHServer aServer) |
int |
uploadStream(InputStream aStream,
String sRemoteDir,
String sRemoteName) |
int |
uploadStreamDirect(InputStream aStream,
String sRemoteDir,
String sRemoteName) |
int |
uploadStreamIndirect(InputStream aStream,
String sRemoteDir,
String sRemoteName) |
public int uploadStream(InputStream aStream, String sRemoteDir, String sRemoteName) throws Exception
Exceptionpublic int uploadStreamIndirect(InputStream aStream, String sRemoteDir, String sRemoteName) throws Exception
Exceptionpublic int uploadStreamDirect(InputStream aStream, String sRemoteDir, String sRemoteName) throws Exception
ExceptionCopyright © 2016 as-development.net. All rights reserved.