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 voidChannelSftp._get(String src, OutputStream dst, SftpProgressMonitor monitor, int mode, long skip) private SftpATTRSvoidChannelSftp._put(InputStream src, String dst, SftpProgressMonitor monitor, int mode) private byte[]private voidprivate SftpATTRSChannelSftp._stat(byte[] path) private SftpATTRSprivate SftpStatVFSChannelSftp._statVFS(byte[] path) private SftpStatVFSvoidprivate booleanChannelSftp.checkStatus(int[] ackid, ChannelSftp.Header header) voidvoidvoidDeprecated.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) voidChannelSftp.get(String src, OutputStream dst) voidChannelSftp.get(String src, OutputStream dst, SftpProgressMonitor monitor) voidChannelSftp.get(String src, OutputStream dst, SftpProgressMonitor monitor, int mode, long skip) voidvoidChannelSftp.get(String src, String dst, SftpProgressMonitor monitor) voidChannelSftp.get(String src, String dst, SftpProgressMonitor monitor, int mode) (package private) ChannelSftp.RequestQueue.RequestChannelSftp.RequestQueue.get(int id) private StringChannelSftp.getCwd()ChannelSftp.getHome()intChannelSftp.getServerVersion()voidprivate StringThis method will check if the given string can be expanded to the unique string.voidvoidChannelSftp.ls(String path, ChannelSftp.LsEntrySelector selector) List files specified by the remotepath.voidvoidChannelSftp.put(InputStream src, String dst) voidChannelSftp.put(InputStream src, String dst, int mode) voidChannelSftp.put(InputStream src, String dst, SftpProgressMonitor monitor) voidChannelSftp.put(InputStream src, String dst, SftpProgressMonitor monitor, int mode) Sends data from the input streamsrctodstfile.ChannelSftp.put(String dst, SftpProgressMonitor monitor, int mode) ChannelSftp.put(String dst, SftpProgressMonitor monitor, int mode, long offset) Sends data from the output stream todstfile.voidvoidvoidChannelSftp.put(String src, String dst, SftpProgressMonitor monitor) voidChannelSftp.put(String src, String dst, SftpProgressMonitor monitor, int mode) Sends data fromsrcfile todstfile.ChannelSftp.pwd()private voidChannelSftp.read(byte[] buf, int s, int l) private StringChannelSftp.remoteAbsolutePath(String path) voidvoidvoidvoidChannelSftp.setFilenameEncoding(String encoding) voidvoidvoidprivate voidChannelSftp.throwStatusError(Buffer buf, int i)