----- Original Message ----- From: "David Tuck" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 13:44 Subject: Re: problems with ftp task to VAX server
> > > ftp from the command line works, using the get method > > send and mkdir both work correctly from ant ftp task (but list does not) > so the directory syntax seems ok although we have tried explicitly using > other syntax variants for <include name =... > > ant -verbose output: > > build: > [ftp] Opening FTP connection to somevax.com > [ftp] connected > [ftp] logging in to FTP server > [ftp] login succeeded > [ftp] changing the remote directory > [ftp] getting files > [ftp] 0 files retrieved > [ftp] disconnecting > > BUILD SUCCESSFUL > > Thanks again. > what does the directory listing look like? <ftp> can only handle unix style listings -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
