ftpproxy  

[general-l] Betr.: FireScript Question {02}

Jacco Braat
Wed, 24 Sep 2003 16:33:12 +0200

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] Betr.: FireScript Question {02} Jacco Braat