I have an ant script that pulls content from a linux box, combines it with
local Windows files, and pushes the combination to a Windows FTP server.
The Windows FTP work is working fine. However, the linux server is not
playing nice with the updated version of ant. Here is the listing from the
Linux box which returns nothing in Ant.
ftp> ls -al
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 87152
drwxr-xr-x 2 root root 4096 Mar 27 2001 .
drwx------ 5 build build 4096 Mar 27 2001 ..
-rw-r--r-- 1 root root 89139812 May 31 23:02 backup.tar.gz
226 Transfer complete.
ftp: 203 bytes received in 0.00Seconds 203000.00Kbytes/sec.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|