Uses of Class
com.jcraft.jsch.SftpException

Packages that use SftpException
com.jcraft.jsch   
 

Uses of SftpException in com.jcraft.jsch
 

Methods in com.jcraft.jsch that throw SftpException
 void ChannelSftp._put(InputStream src, String dst, SftpProgressMonitor monitor, int mode)
           
 void ChannelSftp.cd(String path)
           
 void ChannelSftp.chgrp(int gid, String path)
           
 void ChannelSftp.chmod(int permissions, String path)
           
 void ChannelSftp.chown(int uid, String path)
           
 InputStream ChannelSftp.get(String src)
           
 InputStream ChannelSftp.get(String src, int mode)
          Deprecated. This method will be deleted in the future.
 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)
           
 InputStream ChannelSftp.get(String src, SftpProgressMonitor monitor)
           
 InputStream ChannelSftp.get(String src, SftpProgressMonitor monitor, int mode)
          Deprecated. This method will be deleted in the future.
 InputStream ChannelSftp.get(String src, SftpProgressMonitor monitor, long skip)
           
 void ChannelSftp.get(String src, String dst)
           
 void ChannelSftp.get(String src, String dst, SftpProgressMonitor monitor)
           
 void ChannelSftp.get(String src, String dst, SftpProgressMonitor monitor, int mode)
           
 String ChannelSftp.getHome()
           
 int ChannelSftp.getServerVersion()
           
 void ChannelSftp.hardlink(String oldpath, String newpath)
           
 void ChannelSftp.lcd(String path)
           
 Vector ChannelSftp.ls(String path)
           
 void ChannelSftp.ls(String path, ChannelSftp.LsEntrySelector selector)
          List files specified by the remote path.
 SftpATTRS ChannelSftp.lstat(String path)
           
 void ChannelSftp.mkdir(String path)
           
 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 stream src to dst file.
 OutputStream ChannelSftp.put(String dst)
           
 OutputStream ChannelSftp.put(String dst, int mode)
           
 OutputStream ChannelSftp.put(String dst, SftpProgressMonitor monitor, int mode)
           
 OutputStream ChannelSftp.put(String dst, SftpProgressMonitor monitor, int mode, long offset)
          Sends data from the output stream to dst file.
 void ChannelSftp.put(String src, String dst)
           
 void ChannelSftp.put(String src, String dst, int mode)
           
 void ChannelSftp.put(String src, String dst, SftpProgressMonitor monitor)
           
 void ChannelSftp.put(String src, String dst, SftpProgressMonitor monitor, int mode)
          Sends data from src file to dst file.
 String ChannelSftp.pwd()
           
 String ChannelSftp.readlink(String path)
           
 String ChannelSftp.realpath(String path)
           
 void ChannelSftp.rename(String oldpath, String newpath)
           
 void ChannelSftp.rm(String path)
           
 void ChannelSftp.rmdir(String path)
           
 void ChannelSftp.setFilenameEncoding(String encoding)
           
 void ChannelSftp.setMtime(String path, int mtime)
           
 void ChannelSftp.setStat(String path, SftpATTRS attr)
           
 SftpATTRS ChannelSftp.stat(String path)
           
 SftpStatVFS ChannelSftp.statVFS(String path)
           
 void ChannelSftp.symlink(String oldpath, String newpath)
           
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.