In message <[EMAIL PROTECTED]>, "Da niel Bray (CAPE)" writes: >I'm using org.apache.commons.net.ftp.* and I was wondering if there's any >way to determine if I have write access to a remote file without writing to >it first?
See http://jakarta.apache.org/commons/net/apidocs/org/apache/commons/net/ftp/FTPFile.html You can determine the permissions associated with a file as well as the user and group ownership, from which you should be able to derive what you need. daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
