You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/05/25 15:56:33 UTC

DO NOT REPLY [Bug 29195] - [vfs] do not issue "dir ." on the ftp-server

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29195>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29195

[vfs] do not issue "dir ." on the ftp-server

mario@ops.co.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Net                         |Sandbox
            Summary|cant parse ftp server - unix|[vfs] do not issue "dir ."
                   |l8                          |on the ftp-server
            Version|1.2 Final                   |unspecified



------- Additional Comments From mario@ops.co.at  2004-05-25 13:56 -------
found the problem!

vfs issues the following sequence to the ftp-server

cd /
dir .

while (maybe any) other ftp-server print only a listing of the current
directory, the uu.net server do this recursive!!!!
so there are many "total .." and empty lines which will be returned as "null"
from the ftp entry parser.

I have to fix this in vfs.

My first thought was, that there is a problem with the numeric user-ids.

Sorry for bothering you.


Reassigned this bug to vfs.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org