DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33770>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33770





------- Additional Comments From [EMAIL PROTECTED]  2005-03-04 10:41 -------
Thanks for looking into this. The ftp task does indeed work if I use the
remotedir attribute:

  <ftp
    server="nlmpubs.nlm.nih.gov"
    userid="anonymous"
    password="anonymous"
    action="get"
    depends="yes"
    remotedir="/online/mesh/.xmlmesh"
    preservelastmodified="yes"
  >
      <fileset dir=".">
        <include name="desc2005.gz"/>
      </fileset>
  </ftp>

But then why doesn't the following work?

  <ftp
    server="nlmpubs.nlm.nih.gov"
    userid="anonymous"
    password="anonymous"
    action="get"
    depends="yes"
    remotedir="/online"
    preservelastmodified="yes"
  >
      <fileset dir=".">
        <include name="mesh/.xmlmesh/desc2005.gz"/>
      </fileset>
  </ftp>

->

  [ftp] getting files
  [ftp] 0 files retrieved


Regarding the "get" task: If wget works, shouldn't the get task be able to work
as well - even if the server is flaky?


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to