Sorry to bug you guys ... any idea??
Thank's Chris
-----Ursprüngliche Nachricht-----
Von: Christoph Oehler [mailto:oehler@frameconcept.com]
Gesendet: Mittwoch, 21. Februar 2001 08:24
An: 'ant-user@jakarta.apache.org'
Betreff: AW: FTP
Sorry!!
<ftp action="get"
server="adoro.inf.ethz.ch"
userid="userid"
password="password"
listing="ftp.listing"
verbose="yes">
<fileset dir="${dest.dir}">
<include name="CONFIG.SYS" />
</fileset>
</ftp>
Thank's Chris
-----Ursprüngliche Nachricht-----
Von: Royston McNeill [mailto:royston@pressroom.com]
Gesendet: Dienstag, 20. Februar 2001 21:08
An: ant-user@jakarta.apache.org
Betreff: Re: FTP
Need more information to help you. Can you send a snipped of the build.xml
that contains this task?
---------- Original Message ----------------------------------
From: Christoph Oehler <oehler@frameconcept.com>
Reply-To: ant-user@jakarta.apache.org
Date: Tue, 20 Feb 2001 11:55:55 +0100
>We set up Ant
>
>We experience problems with FTP: it connects to the server, but notting
>happens ...
>
>D:\test\build.xml:41:
>FTP
>Opening FTP connection to adoro.inf.ethz.ch
>D:\test\build.xml:41:
>FTP
>connected
>D:\test\build.xml:41:
>FTP
>logging in to FTP server
>D:\test\build.xml:41:
>FTP
>login succeeded
>D:\test\build.xml:41:
>FTP
>getting files
>D:\test\build.xml:41:
>FTP
>0 files retrieved
>
>we can't list, get nor send files
>
>Help is very apprichiated!
>
>Thank's Chris
>
|