Uses of Class
fr.ifremer.isisfish.util.ssh.SSHException
Packages that use SSHException
-
Uses of SSHException in fr.ifremer.isisfish.simulator.launcher
Methods in fr.ifremer.isisfish.simulator.launcher that throw SSHExceptionModifier and TypeMethodDescriptionprotected void
SSHSimulatorLauncher.sendStartSimulationRequest
(com.jcraft.jsch.Session session, String simulationId, String scriptRemotePath, int lastSimulationNumber) Add script in remote qsub queue.protected void
SSHSimulatorLauncher.sendStopSimulationRequest
(com.jcraft.jsch.Session session, String simulationId) Send qdel request on job. -
Uses of SSHException in fr.ifremer.isisfish.util.ssh
Methods in fr.ifremer.isisfish.util.ssh that throw SSHExceptionModifier and TypeMethodDescriptionprotected static void
SSHUtils.doSingleTransfer
(com.jcraft.jsch.Session session, File localFile, String remoteFilePath) static int
Exec command on remote server.static int
Exec command on remote server.protected static void
SSHUtils.parseAndFetchFile
(String serverResponse, File localFile, OutputStream out, InputStream in, ProgressMonitor monitor) static void
Download a local file from remote server and check md5sum.static void
SSHUtils.scpFrom
(com.jcraft.jsch.Session session, String remoteFileName, File localFile, ProgressMonitor monitor) Download a local file from remote server and check md5sum.static void
Upload file on remote server.protected static void
SSHUtils.sendFileToRemote
(File localFile, InputStream in, OutputStream out) static void
Perform sftp file transfert.static void
Perform sftp file transfert.protected static void
SSHUtils.startRemoteCpProtocol
(InputStream in, OutputStream out, File localFile, ProgressMonitor monitor) protected static void
SSHUtils.waitForAck
(InputStream in) Reads the response, throws a BuildException if the response indicates an error.