Giter Club home page Giter Club logo

Comments (9)

Nikratio avatar Nikratio commented on June 11, 2024

Thanks for the report! GNU cp has a -u flag that means:

       -u, --update
              copy only when the SOURCE file is newer than the destination file or when the
              destination file is missing

Could you check if MacOS' cp has something similar?

from sshfs.

hughperkins avatar hughperkins commented on June 11, 2024

Doesnt appear to. So you should always copy on mac perhaps. or use python perhaps.

screen shot 2017-07-09 at 8 52 56 am

from sshfs.

hughperkins avatar hughperkins commented on June 11, 2024

why closed?

from sshfs.

hughperkins avatar hughperkins commented on June 11, 2024

ah I see. you closed via a commit. cool :-) Thanks! :-)

from sshfs.

komali2 avatar komali2 commented on June 11, 2024

Hey man, sorry to say that due to this + libfuse/libfuse#204 , you are stuck between a rock and a hard place if you try to from-scratch install sshfs on OSX.

  1. We are forced to use 2.x because no fuse3

  2. We don't have the commit that fixes this issue (ninja doesn't run.)

Will report back if this prevents actual usage, instead of just testing.

from sshfs.

Nikratio avatar Nikratio commented on June 11, 2024

I don't understand. If you have to use sshfs 2.x, and can't use Ninja/Meson, then you shouldn't see this problem in the first place (because it exists only in the Meson configuration).

from sshfs.

siddsach avatar siddsach commented on June 11, 2024

I had the same issue and keep getting the error @hughperkins posted when i run the ninja command. I tried using sshfs 2.x, but still get this error, but I'm using meson and ninja. If I shouldn't use ninja/meson, how should i install, because the instructions to install only provide a method using those packages.

from sshfs.

Nikratio avatar Nikratio commented on June 11, 2024

Take a look at the instructions that come in the SSHFS 2.x tarball.

from sshfs.

tormodwill avatar tormodwill commented on June 11, 2024
command: ['cp', '-fP', '--preserve=mode',
                        '@INPUT@', meson.current_build_dir() ]

--preserve=mode
Yes, works for linux. For BSD : no go. Suggest that the following parameter should be used for BSD / OSX :
-fp . Please note that this is the small letter p ( p for papa ). The --preserve=mode was not working for me under OSX / BSD, so i removed it. Before edit : the compile would not run. After edit : The compile would run.

from sshfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.