Opening LibreOffice Draw file from FTP (curlftpfs) fails

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I am using curlftpfs to map a folder:



mkdir ~/ftp_docs;
curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/


here I can see ftp_docs and access the directory as any other on the system.



When I try to open a draw document by doing:



libreoffice --draw EveningChecklist.odg 


I get a dialog showing:




General input/output error while accessing /path/to/file.odg.




Only other changes I have made to the system is installing at-spi2-core which seemed recommended.



Can anyone advise?



EDIT: just a bit more information. The same thing happens when using gio mount to mount the directory.







share|improve this question


























    up vote
    0
    down vote

    favorite












    I am using curlftpfs to map a folder:



    mkdir ~/ftp_docs;
    curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/


    here I can see ftp_docs and access the directory as any other on the system.



    When I try to open a draw document by doing:



    libreoffice --draw EveningChecklist.odg 


    I get a dialog showing:




    General input/output error while accessing /path/to/file.odg.




    Only other changes I have made to the system is installing at-spi2-core which seemed recommended.



    Can anyone advise?



    EDIT: just a bit more information. The same thing happens when using gio mount to mount the directory.







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am using curlftpfs to map a folder:



      mkdir ~/ftp_docs;
      curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/


      here I can see ftp_docs and access the directory as any other on the system.



      When I try to open a draw document by doing:



      libreoffice --draw EveningChecklist.odg 


      I get a dialog showing:




      General input/output error while accessing /path/to/file.odg.




      Only other changes I have made to the system is installing at-spi2-core which seemed recommended.



      Can anyone advise?



      EDIT: just a bit more information. The same thing happens when using gio mount to mount the directory.







      share|improve this question














      I am using curlftpfs to map a folder:



      mkdir ~/ftp_docs;
      curlftpfs -o "user=myusername:mypassword" myftpserver.co.uk ~/ftp_docs/


      here I can see ftp_docs and access the directory as any other on the system.



      When I try to open a draw document by doing:



      libreoffice --draw EveningChecklist.odg 


      I get a dialog showing:




      General input/output error while accessing /path/to/file.odg.




      Only other changes I have made to the system is installing at-spi2-core which seemed recommended.



      Can anyone advise?



      EDIT: just a bit more information. The same thing happens when using gio mount to mount the directory.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 16 at 9:04

























      asked May 14 at 16:00









      Tahir Hassan

      1014




      1014




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          There is no solution to this issue:




          Several GUI application (gedit, leafpad,...) use open(O_RDWR) + seek
          mode for saving files which cannot be supported by the FTP protocol.
          Therefore saving files might throw an error. Hopefully future kernels
          will provide special errno's to make it easier to deal with less
          capable file-systems.




          Which is what https://github.com/JackSlateur/curlftpfs says.



          The best solution is perhaps to just use LibreOffice's inbuilt File → Open Remote... functionality.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036172%2fopening-libreoffice-draw-file-from-ftp-curlftpfs-fails%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote



            accepted










            There is no solution to this issue:




            Several GUI application (gedit, leafpad,...) use open(O_RDWR) + seek
            mode for saving files which cannot be supported by the FTP protocol.
            Therefore saving files might throw an error. Hopefully future kernels
            will provide special errno's to make it easier to deal with less
            capable file-systems.




            Which is what https://github.com/JackSlateur/curlftpfs says.



            The best solution is perhaps to just use LibreOffice's inbuilt File → Open Remote... functionality.






            share|improve this answer
























              up vote
              0
              down vote



              accepted










              There is no solution to this issue:




              Several GUI application (gedit, leafpad,...) use open(O_RDWR) + seek
              mode for saving files which cannot be supported by the FTP protocol.
              Therefore saving files might throw an error. Hopefully future kernels
              will provide special errno's to make it easier to deal with less
              capable file-systems.




              Which is what https://github.com/JackSlateur/curlftpfs says.



              The best solution is perhaps to just use LibreOffice's inbuilt File → Open Remote... functionality.






              share|improve this answer






















                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                There is no solution to this issue:




                Several GUI application (gedit, leafpad,...) use open(O_RDWR) + seek
                mode for saving files which cannot be supported by the FTP protocol.
                Therefore saving files might throw an error. Hopefully future kernels
                will provide special errno's to make it easier to deal with less
                capable file-systems.




                Which is what https://github.com/JackSlateur/curlftpfs says.



                The best solution is perhaps to just use LibreOffice's inbuilt File → Open Remote... functionality.






                share|improve this answer












                There is no solution to this issue:




                Several GUI application (gedit, leafpad,...) use open(O_RDWR) + seek
                mode for saving files which cannot be supported by the FTP protocol.
                Therefore saving files might throw an error. Hopefully future kernels
                will provide special errno's to make it easier to deal with less
                capable file-systems.




                Which is what https://github.com/JackSlateur/curlftpfs says.



                The best solution is perhaps to just use LibreOffice's inbuilt File → Open Remote... functionality.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 17 at 9:10









                Tahir Hassan

                1014




                1014






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036172%2fopening-libreoffice-draw-file-from-ftp-curlftpfs-fails%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

                    Running the scala interactive shell from the command line

                    Do not install recommended packages of dependencies