Re: possible patch for FTP task

2004-03-24 Thread Steve Cohen
I won't comment on the quality of Mr. Peer's patch, but, in response to Antoine's question I would say that Ant and not commons-net is the proper place to handle this. Commons-net's FTPClient class has no concept of a "session" during which a connection stays open to perform multiple tasks. N

Re: possible patch for FTP task

2004-03-23 Thread Antoine Lévy-Lambert
Hi Joe, I suggest you create a bugzilla report ( http://issues.apache.org/bugzilla) concerning this, and you attach your patch there. I am not sure however whether this problem should best be handled in the ant task or in commons-net. I hope that Steve Cohen will see these postings. Cheers, Ant

possible patch for FTP task

2004-03-23 Thread Joe Peer
dear Ant developers, today i tried the FTP task and I ran into the problem that my FTP server (runs on windows) resetted the connections quite frequently (i've used the most recent versions of ant and commons-net), resulting in an abort of the FTP task and build failure. Therefore, i slightly a