Mathias Bauer wrote: > That lets me think that our ftp content provider supports a "readonly" > property for its content, maybe the server of Matthew tells that the > files are readonly and yours doesn't? But I have to check this.
There is some support for a "readonly" attribute in the ftp content provider. It is a little bit tricky, because the ftp server sends its directory listing as a textual content that needs to be parsed and the content is not standardized. So it is more or less a game of chance if the detection of the "readonly" attributes works. Are you sure that OOo1.1 and OOo1.9.x behave differently? We didn't change the code of the ftp content provider significantly between the versions. We exchanged the libcurl inside, but this library does not parse the listing, it only hands it over. What do you see in other ftp clients (like your browser f.e.)? BTW; did you consider using WebDAV instead of ftp? It's much more reliable especially in this regards and maybe in future OOo will support more advanced features of this protocol. Best regards, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]