You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Frederic Müller (JIRA)" <ji...@apache.org> on 2008/07/09 19:13:31 UTC

[jira] Closed: (NET-226) Endless loop listing files on Windows NT FTP-Server

     [ https://issues.apache.org/jira/browse/NET-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frederic Müller closed NET-226.
-------------------------------

    Resolution: Invalid

After debugging the source I realized that this not a bug of the net package but a problem occurring when vfs is sending many requests to the specified server trying to resolve the FTPFileObjects.

Maybe there is a different approach to this problem.

> Endless loop listing files on Windows NT FTP-Server
> ---------------------------------------------------
>
>                 Key: NET-226
>                 URL: https://issues.apache.org/jira/browse/NET-226
>             Project: Commons Net
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: VFS client on linux machine connecting to a Windows-NT ftp server using unix file listing
>            Reporter: Frederic Müller
>            Priority: Blocker
>
> The framework repeatedly queries the contents of a remote ftp folder as well it's parent folder. It will do so indefinitely. Other ftp software can access the server without problems. I implemented a new class extending the UnixFTPEntryParser to intercept the requests and to print the following stack traces.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.