I'm noticing that given an FtpFileObject for "ftp://example.com/ example.zip", you can't FtpFileObject.getChildren() since it's getType () is "file" and does now allow children, even though you can FtpFileObject.resolveFile("SomeFileContainedInTheZipFile");

Is there some other way to list the children of the zip file? Should I rather work with a local copy of the ZIP as opposed to working the remote file?

Thanks,
Lo



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

Reply via email to