| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.jcraft.jsch.Channelcom.jcraft.jsch.ChannelSessioncom.jcraft.jsch.ChannelSftppublic class ChannelSftpextends com.jcraft.jsch.ChannelSessionNested Class Summary | |
class | |
Field Summary | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
static int | |
Fields inherited from class com.jcraft.jsch.ChannelSession | |
agent_forwarding, env, pty, tcol, terminal_mode, thp, trow, ttype, twp, xforwading | |
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
InputStream |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
InputStream |
|
InputStream |
|
InputStream |
|
InputStream |
|
String |
|
String |
|
int | |
void |
|
String |
|
Vector |
|
SftpATTRS |
|
void |
|
void |
|
void |
|
void |
|
void |
|
OutputStream |
|
void |
|
void |
|
void |
|
void |
|
OutputStream |
|
OutputStream |
|
OutputStream |
|
String |
|
void |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
SftpATTRS |
|
void |
|
String |
|
Methods inherited from class com.jcraft.jsch.ChannelSession | |
run, sendRequests, setAgentForwarding, setEnv, setEnv, setEnv, setPty, setPtySize, setPtyType, setPtyType, setTerminalMode, setXForwarding | |
Methods inherited from class com.jcraft.jsch.Channel | |
connect, connect, disconnect, getExitStatus, getExtInputStream, getId, getInputStream, getOutputStream, getSession, isClosed, isConnected, isEOF, run, sendOpenConfirmation, sendOpenFailure, sendSignal, setExtOutputStream, setExtOutputStream, setInputStream, setInputStream, setOutputStream, setOutputStream, setXForwarding, start | |
public static final int APPEND
- Field Value:
- 2
public static final int OVERWRITE
- Field Value:
- 0
public static final int RESUME
- Field Value:
- 1
public static final int SSH_FX_BAD_MESSAGE
- Field Value:
- 5
public static final int SSH_FX_CONNECTION_LOST
- Field Value:
- 7
public static final int SSH_FX_EOF
- Field Value:
- 1
public static final int SSH_FX_FAILURE
- Field Value:
- 4
public static final int SSH_FX_NO_CONNECTION
- Field Value:
- 6
public static final int SSH_FX_NO_SUCH_FILE
- Field Value:
- 2
public static final int SSH_FX_OK
- Field Value:
- 0
public static final int SSH_FX_OP_UNSUPPORTED
- Field Value:
- 8
public static final int SSH_FX_PERMISSION_DENIED
- Field Value:
- 3
public void _put(InputStream src,
String dst,
SftpProgressMonitor monitor,
int mode)
throws SftpExceptionpublic void exit()
public void get(String src,
OutputStream dst,
SftpProgressMonitor monitor,
int mode,
long skip)
throws SftpExceptionpublic void get(String src,
String dst,
SftpProgressMonitor monitor,
int mode)
throws SftpExceptionpublic InputStream get(String src,
SftpProgressMonitor monitor,
int mode)
throws SftpExceptionDeprecated. This method will be deleted in the future.
public InputStream get(String src,
int mode)
throws SftpExceptionDeprecated. This method will be deleted in the future.
public String getExtension(String key)
public String lpwd()
public void put(InputStream src,
String dst,
SftpProgressMonitor monitor,
int mode)
throws SftpExceptionpublic void put(String src,
String dst,
SftpProgressMonitor monitor,
int mode)
throws SftpExceptionpublic OutputStream put(String dst,
SftpProgressMonitor monitor,
int mode,
long offset)
throws SftpExceptionpublic void quit()
public String version()