APPEND
public static final int APPEND
- 2
OVERWRITE
public static final int OVERWRITE
- 0
RESUME
public static final int RESUME
- 1
SSH_FX_BAD_MESSAGE
public static final int SSH_FX_BAD_MESSAGE
- 5
SSH_FX_CONNECTION_LOST
public static final int SSH_FX_CONNECTION_LOST
- 7
SSH_FX_EOF
public static final int SSH_FX_EOF
- 1
SSH_FX_FAILURE
public static final int SSH_FX_FAILURE
- 4
SSH_FX_NO_CONNECTION
public static final int SSH_FX_NO_CONNECTION
- 6
SSH_FX_NO_SUCH_FILE
public static final int SSH_FX_NO_SUCH_FILE
- 2
SSH_FX_OK
public static final int SSH_FX_OK
- 0
SSH_FX_OP_UNSUPPORTED
public static final int SSH_FX_OP_UNSUPPORTED
- 8
SSH_FX_PERMISSION_DENIED
public static final int SSH_FX_PERMISSION_DENIED
- 3
chgrp
public void chgrp(int gid,
String path)
throws SftpException
chmod
public void chmod(int permissions,
String path)
throws SftpException
chown
public void chown(int uid,
String path)
throws SftpException
get
public void get(String src,
OutputStream dst)
throws SftpException
get
public InputStream get(String src,
int mode)
throws SftpException
put
public void put(InputStream src,
String dst)
throws SftpException
put
public void put(InputStream src,
String dst,
int mode)
throws SftpException
put
public void put(String src,
String dst,
int mode)
throws SftpException
put
public OutputStream put(String dst,
int mode)
throws SftpException
rename
public void rename(String oldpath,
String newpath)
throws SftpException
setMtime
public void setMtime(String path,
int mtime)
throws SftpException
symlink
public void symlink(String oldpath,
String newpath)
throws SftpException
version
public String version()