On Tue, 12 Mar 2002, steven hale <[EMAIL PROTECTED]> wrote:

> What's wrong with this?:
> 
> <property name="myDir"  value="aaa123">
> <telnet userid="user1" password="myPassword" server="ftpname">
>           <read>&gt;</read>
>           <write>cd ${myDir}</write>
> </telnet>

Nothing's wrong with your syntax (except for the typo), <telnet>
simply doesn't expand properties in nested text, but it should do so
for attributes.

         <write string="cd ${myDir}" />

should work.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to