Uses of Class
com.jcraft.jsch.SftpException
Packages that use SftpException
-
Uses of SftpException in com.jcraft.jsch
Methods in com.jcraft.jsch that throw SftpExceptionModifier and TypeMethodDescriptionprivate void
ChannelSftp._get
(String src, OutputStream dst, SftpProgressMonitor monitor, int mode, long skip) private SftpATTRS
void
ChannelSftp._put
(InputStream src, String dst, SftpProgressMonitor monitor, int mode) private byte[]
private void
private SftpATTRS
ChannelSftp._stat
(byte[] path) private SftpATTRS
private SftpStatVFS
ChannelSftp._statVFS
(byte[] path) private SftpStatVFS
void
private boolean
ChannelSftp.checkStatus
(int[] ackid, ChannelSftp.Header header) void
void
void
Deprecated.This method will be deleted in the future.ChannelSftp.get
(String src, SftpProgressMonitor monitor) ChannelSftp.get
(String src, SftpProgressMonitor monitor, int mode) Deprecated.This method will be deleted in the future.ChannelSftp.get
(String src, SftpProgressMonitor monitor, long skip) void
ChannelSftp.get
(String src, OutputStream dst) void
ChannelSftp.get
(String src, OutputStream dst, SftpProgressMonitor monitor) void
ChannelSftp.get
(String src, OutputStream dst, SftpProgressMonitor monitor, int mode, long skip) void
void
ChannelSftp.get
(String src, String dst, SftpProgressMonitor monitor) void
ChannelSftp.get
(String src, String dst, SftpProgressMonitor monitor, int mode) (package private) ChannelSftp.RequestQueue.Request
ChannelSftp.RequestQueue.get
(int id) private String
ChannelSftp.getCwd()
ChannelSftp.getHome()
int
ChannelSftp.getServerVersion()
void
private String
This method will check if the given string can be expanded to the unique string.void
void
ChannelSftp.ls
(String path, ChannelSftp.LsEntrySelector selector) List files specified by the remotepath
.void
void
ChannelSftp.put
(InputStream src, String dst) void
ChannelSftp.put
(InputStream src, String dst, int mode) void
ChannelSftp.put
(InputStream src, String dst, SftpProgressMonitor monitor) void
ChannelSftp.put
(InputStream src, String dst, SftpProgressMonitor monitor, int mode) Sends data from the input streamsrc
todst
file.ChannelSftp.put
(String dst, SftpProgressMonitor monitor, int mode) ChannelSftp.put
(String dst, SftpProgressMonitor monitor, int mode, long offset) Sends data from the output stream todst
file.void
void
void
ChannelSftp.put
(String src, String dst, SftpProgressMonitor monitor) void
ChannelSftp.put
(String src, String dst, SftpProgressMonitor monitor, int mode) Sends data fromsrc
file todst
file.ChannelSftp.pwd()
private void
ChannelSftp.read
(byte[] buf, int s, int l) private String
ChannelSftp.remoteAbsolutePath
(String path) void
void
void
void
ChannelSftp.setFilenameEncoding
(String encoding) void
void
void
private void
ChannelSftp.throwStatusError
(Buffer buf, int i)