https://issues.apache.org/ooo/show_bug.cgi?id=118886
--- Comment #1 from Rémy Meunier <[email protected]> --- Incoming file's communication with and external source (as a server) is not working since Ooo version 3.2.1. It includes the function of the service com.sun.star.ucb.SimpleFileAccess but also the link function as it appears in the following exemple: =LIEN.HYPERTEXTE("ftp://directory%40mydomain.com:[email protected]/myfile.ods";"Description in cell") However, note than the success of the function depends of the nature of the file. For exemple, this function calling a pdf file is working: =LIEN.HYPERTEXTE("ftp://directory%40mydomain.com:[email protected]/myfile.pdf";"pdf file") ...but calling the opening of a ods file doesn't work =LIEN.HYPERTEXTE("ftp://directory%40mydomain.com:[email protected]/myfile.ods";"ods file") It looks like since 3.2.1, Ooo cannot handle a command involving a distant file. -- You are receiving this mail because: You are on the CC list for the bug.
