Here is my task - sorry for not including it earlier

<target name="Webserver-log">

  <ftp action="get"
       server="webserver.com"
       userid="xxxx"
       password="xxxxx"
       binary="no"
       verbose="yes"
       remotedir="/home/userdir">
    <fileset dir="/home/userdir" followsymlinks="yes">
      <include name="access-log"/>
    </fileset>
  </ftp>

</target>

         

-----Original Message-----
From: Bill Chmura [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 15, 2002 10:26 AM
To: 'Jakarta Commons Users List'
Subject: RE: Help with Netcomponents problem with ANT


Also, if I set the include spec to just * it gets every other file in
the directory but the symlinked ones...



-----Original Message-----
From: Bill Chmura [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 15, 2002 10:23 AM
To: 'Jakarta Commons Users List'
Subject: RE: Help with Netcomponents problem with ANT



Sure...

I have a web server I want to get log files from...

I can use a conventional FTP client, go to the site and download the log
file.  It is a symbolic link to another file on the server.

When I do it with ANT, it does not find any files matching the name.

Sooooo...

I created a normal file, a hard link to a file and a soft symbolic link
to a file.  I have no problem retrieving the other two, it just never
finds the symbolic link file...

I cannot go directly after the file it is symlinked to either...

Hope this helps!


-----Original Message-----
From: Ojeda, Winston [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 15, 2002 7:03 AM
To: 'Jakarta Commons Users List'
Subject: RE: Help with Netcomponents problem with ANT


Can you be a little more specific?

Winston Ojeda
Quad Graphics/Information Systems
Data Services Division


-----Original Message-----
From: Bill Chmura [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 3:01 PM
To: [EMAIL PROTECTED]
Subject: Help with Netcomponents problem with ANT



The netcomponents page sent me here...

I am having a problem using Netcomponents with ANT to download a file
that is a symbolic link.  It seems to ignore the file when it tries to
match.  I posted this to the ANT group and got no response - so I am
trying here now...

Any ideas would be appreciated...



William B Chmura
Director of Internet Technology
Explosivo Internet Technology Group
http://www.Explosivo.com
Tel: (888) 560-YWEB



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

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


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


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


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

Reply via email to