Can someone else try this out, please? I don't know what's going on here. I can access the file by pasting the URL into my browser(s) and via a text-based FTP client, but I can't get Java to download it. I tried using URL objects and that doesn't work either. I figured VFS would be able to handle it:
FileSystemManager fsm = VFS.getManager(); FileObject fo = fsm.resolveFile("ftp://rgd.mcw.edu/pub/data_release/README.txt"); fo.getContent(); If anyone has any ideas, please let me know. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]