Package com.fizzed.blaze.ssh
Class SshSftp
- java.lang.Object
-
- com.fizzed.blaze.core.Action<SshSftp.Result,SshSftpSession>
-
- com.fizzed.blaze.ssh.SshSftp
-
- Direct Known Subclasses:
JschSftp
public abstract class SshSftp extends Action<SshSftp.Result,SshSftpSession>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SshSftp.Result
-
Field Summary
Fields Modifier and Type Field Description protected SshSession
session
-
Constructor Summary
Constructors Constructor Description SshSftp(Context context, SshSession session)
-
-
-
Field Detail
-
session
protected final SshSession session
-
-
Constructor Detail
-
SshSftp
public SshSftp(Context context, SshSession session)
-
-