Hi-
Is there a way to chown the files that are downloaded via the get() function? I'm implementing FTPClient in some JSPs and am noticing that the files come down as owned by root. This is obviously a security concern, so I was wondering if there was a way to explicitly set user permissions through the client.
Thanks in advance for any help!