Isis fish simulation launchers.
-
protected void
Add script in remote qsub queue.
protected void
Send qdel request on job.
-
protected static void
static int
SSHUtils.exec(com.jcraft.jsch.Session session,
String command)
Exec command on remote server.
static int
Exec command on remote server.
protected static void
static void
SSHUtils.scpFrom(com.jcraft.jsch.Session session,
String remoteFileName,
File localFile)
Download a local file from remote server and check md5sum.
static void
Download a local file from remote server and check md5sum.
static void
SSHUtils.scpTo(com.jcraft.jsch.Session session,
File localFile,
String remoteFilePath)
Upload file on remote server.
protected static void
static void
Perform sftp file transfert.
static void
SSHUtils.sftpTo(com.jcraft.jsch.Session session,
File localFile,
String remoteFilePath)
Perform sftp file transfert.
protected static void
protected static void
Reads the response, throws a BuildException if the response
indicates an error.