APPEND
public static final int APPEND
OVERWRITE
public static final int OVERWRITE
RESUME
public static final int RESUME
SSH_FX_BAD_MESSAGE
public static final int SSH_FX_BAD_MESSAGE
SSH_FX_CONNECTION_LOST
public static final int SSH_FX_CONNECTION_LOST
SSH_FX_EOF
public static final int SSH_FX_EOF
SSH_FX_FAILURE
public static final int SSH_FX_FAILURE
SSH_FX_NO_CONNECTION
public static final int SSH_FX_NO_CONNECTION
SSH_FX_NO_SUCH_FILE
public static final int SSH_FX_NO_SUCH_FILE
SSH_FX_OK
public static final int SSH_FX_OK
SSH_FX_OP_UNSUPPORTED
public static final int SSH_FX_OP_UNSUPPORTED
SSH_FX_PERMISSION_DENIED
public static final int SSH_FX_PERMISSION_DENIED
addRunningThread
protected void addRunningThread(Thread thread)
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
clearRunningThreads
protected void clearRunningThreads()
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()