Skip to content

docs: fix SFTP permissions configuration example - #214

Merged
maxhelias merged 1 commit into
thephpleague:3.xfrom
lazerg:fix-sftp-permissions-docs
Jul 21, 2026
Merged

docs: fix SFTP permissions configuration example#214
maxhelias merged 1 commit into
thephpleague:3.xfrom
lazerg:fix-sftp-permissions-docs

Conversation

@lazerg

@lazerg lazerg commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

The SFTP example still uses the directoryPerm, permPublic and permPrivate options, which aren't valid in the current config format, so following the docs throws an "Unrecognized options" error. This updates it to the permissions block that replaced them, using 0o octal values so they're parsed as integers.

Fixes #212

@lazerg

lazerg commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

hey @maxhelias, could you give this a review when you have time?

@maxhelias

Copy link
Copy Markdown
Collaborator

Thanks @lazerg !

@maxhelias
maxhelias merged commit b5e90e8 into thephpleague:3.x Jul 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SFTP documentation leads to errors

2 participants