Hi, Rhino > I am getting this crash in the middle of an FTP task; it is trying to > copy a directory containing 50 or 60 files in a variety of > subdirectories from my PC to a remote server: > [ ... ] > > E:\eclipse\3.1.1\eclipse\workspace\Resume_JDK_1.5.0\xml\build.xml:368: > error during FTP transfer: > org.apache.commons.net.io.CopyStreamException: IOException caught while > copying.
i had those exception with ant + ftp transfer, when space limit of the target directory has exceeded. So check if there's enough space in target directory. You can use the df command for that purpose on a unix box. bye4now, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
