commons-user  

Re: [VFS] ftp and path problems?

Mario Ivankovits
Tue, 06 Sep 2005 11:55:03 -0700

Hi!

I found the problem.
Its the parent directory where it looks like there is a wrong filename entry (from the point of the ftp-parser). It looks like this filename do have a trailing new-line and thus an extra empty line is transferred.

I fixed VFS to be a little bit more lenient and unparseable directory entries (where an empty line is one of them) will simply be skipped (and logged using log.debug())

So it works for your case now.

The next nightly or svn head should do the job.

Regards,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Re: [VFS] ftp and path problems? Mario Ivankovits