Uses of Class
org.pentaho.di.core.ssh.exceptions.SftpException
Packages that use SftpException
-
Uses of SftpException in org.pentaho.di.core.ssh
Methods in org.pentaho.di.core.ssh that throw SftpExceptionModifier and TypeMethodDescriptionvoidDeletes a file or directory on the remote server.voidSftpSession.download(String remote, OutputStream target) Downloads a remote file to the provided output stream.booleanChecks if a remote path exists.booleanSftpSession.isDirectory(String path) Checks if a remote path is a directory.Lists files and directories in the specified remote path.voidCreates a directory on the remote server.voidRenames or moves a file or directory on the remote server.longGets the size of a remote file.voidSftpSession.upload(InputStream source, String remote, boolean overwrite) Uploads data from an input stream to a remote file. -
Uses of SftpException in org.pentaho.di.core.ssh.mina
Methods in org.pentaho.di.core.ssh.mina that throw SftpExceptionModifier and TypeMethodDescriptionvoidvoidMinaSftpSession.download(String remote, OutputStream target) booleanbooleanMinaSftpSession.isDirectory(String path) voidvoidlongvoidMinaSftpSession.upload(InputStream source, String remote, boolean overwrite)