Deployer\Server\Remote\PhpSecLib::checkConnection PHP Method

checkConnection() public method

Check if not connected and connect.
public checkConnection ( )
    public function checkConnection()
    {
        if (null === $this->sftp) {
            $this->connect();
        }
    }