We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's really no need to do this:
ssh/src/scp.c
Lines 1 to 6 in deee5ba
Line 26 in deee5ba
Pretty much the only use of octal in C is for unix permissions. So just use 0755 and 0644.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's really no need to do this:
ssh/src/scp.c
Lines 1 to 6 in deee5ba
ssh/src/scp.c
Line 26 in deee5ba
Pretty much the only use of octal in C is for unix permissions. So just use 0755 and 0644.
The text was updated successfully, but these errors were encountered: