I have that, but how do i use it?  does it go in a config file somewhere, or
used at compile time??

thanks

-----Original Message-----
From: Jacco Braat [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 10:33 AM
To: general-l List Member
Subject: [general-l] Betr.: FireScript Question {02}


Hi,

something like this works for me. Not sure where i got it from!

Jacco 

[fwsc]
version=1
verdate=2003.07.30
required=HostUserId,HostPassword,HostAddress
connectto=firewall


[comment]

[script]

send ("USER [EMAIL PROTECTED]") 
{
        case (300..399) :
                continue;

        case any :
                return (false);
}

send ("PASS %HostPassword") 
{

        case (300..399) :
                continue;

        case (200..299) :
                continue;

        case any :
                return (false);
}

return (true);


>>> [EMAIL PROTECTED] 24-9-2003 16:18:59 >>>

Hello,

Exactly how do I use the FireScript to enable WS_FTP Pro client use?  

Thanks in advance,

JH


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html 




--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html


--general-l------------------------------------
To unsubscribe please visit:
http://www.ftpproxy.org/html/maillinglists.html

Reply via email to