[Bug classpath/27163] FTP directory listing doesn't work

2006-04-21 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-04-21 21:53 --- Subject: Bug 27163 Author: tromey Date: Fri Apr 21 21:53:27 2006 New Revision: 113151 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113151 Log: PR classpath/27163: * gnu/java/net/protocol/ftp

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-21 Thread cvs-commit at developer dot classpath dot org
--- Comment #5 from cvs-commit at developer dot classpath dot org 2006-04-21 21:44 --- Subject: Bug 27163 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey <[EMAIL PROTECTED]>06/04/21 21:43:10 Modified files: .

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-21 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-04-21 19:05 --- Ok, I have a fix for the /-less URL bug. It appears that the JDK somehow waits for some data to be available on the socket. I'm not sure exactly what mechanism it uses, however. It does not appear to buffer all the

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-20 Thread r_ovidius at eml dot cc
--- Comment #3 from r_ovidius at eml dot cc 2006-04-20 17:20 --- Try with String url = "ftp://gcc.gnu.org";; (notice the missing "/" at the end). This results in gnu.java.net.protocol.ftp.FTPException: Invalid number of arguments. at gnu.java.net.protocol.ftp.FTPConnection.change

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-19 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-04-19 18:56 --- Subject: Bug 27163 Author: tromey Date: Wed Apr 19 18:56:10 2006 New Revision: 113091 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113091 Log: PR classpath/27163: * gnu/java/net/protocol/ftp

[Bug classpath/27163] FTP directory listing doesn't work

2006-04-19 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-04-19 18:39 --- I spent some time looking into this bug today. I am not certain that it is a bug, but I'm also not convinced that it isn't. I tracked it down to the ftp data socket's available() method returning 0. This causes the