| 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, xforwading | |
Method Summary | |
void |
|
protected void |
|
void |
|
void |
|
void |
|
void |
|
protected void | |
void | |
void |
|
InputStream |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
InputStream |
|
InputStream |
|
InputStream |
|
String |
|
void |
|
void |
|
String |
|
Vector |
|
SftpATTRS |
|
void |
|
void |
|
void |
|
void |
|
void |
|
OutputStream |
|
void |
|
void |
|
void |
|
void |
|
OutputStream |
|
OutputStream |
|
OutputStream |
|
String |
|
void |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
SftpATTRS |
|
void |
|
String |
|
Methods inherited from class com.jcraft.jsch.ChannelSession | |
run, setAgentForwarding, setEnv, 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 SftpExceptionprotected void addRunningThread(Thread thread)
protected void clearRunningThreads()
public 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 String getHome()
public void init()
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 String pwd()
public void quit()
public String version()