RE: FTP Password

2001-10-22 Thread Will Dyke
I'm not sure that the '^' would cause a problem, but '$' almost certainly will. To escape $ in ant, use $$. We use a properties file for ftp, which might prove more suitable - here you just have to escape properties files special characters (e.g. '\' and ':') Will -Original Message-

RE: FTP Password

2001-10-22 Thread Matt Lyon
suggested. : P -Original Message- From: Will Dyke [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 12:11 PM To: '[EMAIL PROTECTED]' Subject: RE: FTP Password I'm not sure that the '^' would cause a problem, but '$' almost certainly will. To escape $ in ant, use $$. We use

Re: FTP Password

2001-10-22 Thread David Jencks
Did you try doubling the $? my$password = my$$password? just an idea. On 2001.10.22 11:51:37 -0400 Matt Lyon wrote: Hi, Over the weekend we had a dosgruntled :-) i like that employee leave the company and therefore the password to our development box had to be changed. I have some code