You might want to try ascii mode transfers (binary="no") in the FTP task. This should perform the proper conversion automatically.
On Mon, 2005-01-10 at 09:39, Glen Mazza wrote: > Hello, > > I use Ant to copy a data file from a diskette to my > hard drive of my Windows machine. From there, I open > the file in the JEdit editor and save it in Unix > format, to switch to the Unix line endings. Finally, > I use the Ant FTP task to send the file to a Unix > machine. > > I was wondering if there is an Ant task that will let > me automate the step of switching from DOS to Unix > format, so I don't have to go into JEdit to do it > manually. > > Thanks, > Glen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
