Class ScpConnection

    • Field Detail

      • m_RemoteDir

        protected String m_RemoteDir
        the remote directory.
    • Constructor Detail

      • ScpConnection

        public ScpConnection()
    • Method Detail

      • setRemoteDir

        public void setRemoteDir​(String value)
        Sets the remote directory to copy the command file to.
        Parameters:
        value - the directory
      • getRemoteDir

        public String getRemoteDir()
        Returns the remote directory to copy the command file to.
        Returns:
        the directory
      • remoteDirTipText

        public String remoteDirTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doSend

        protected String doSend​(RemoteCommand cmd,
                                RemoteCommandProcessor processor,
                                boolean request)
        Sends the command to the specified sscripting engine.
        Specified by:
        doSend in class AbstractSSHConnection
        Parameters:
        cmd - the command to send
        processor - for formatting/parsing
        request - whether Request or Response
        Returns:
        null if successfully sent, otherwise error message