-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
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
client.MkdirAll not returning an error when docs state it should #609
Comments
The order of commands that you give should not yield any errors. It simply creates a
|
puellanivis
added a commit
that referenced
this issue
Dec 30, 2024
I figured out what was meant in the raising of this issue, and looking at it, the language does indeed appear to be ambiguous. If you could check the PR #611 and confirm or not whether it is more clear, then we can resolve this issue. |
puellanivis
added a commit
that referenced
this issue
Jan 3, 2025
…dition Issue #609 - clarify what 'path contains a regular file' actually means
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am just making a project learning about sftp and transferring data, anyways, I am making a directory, creating a file within it, and then extending that file directory by one. According to the docs of MkdirAll it says:
however
nil
is still received back in the code belowI should also mention that the ssh server when I inspect the documents the file is created at that path and the
dir
directoryThe text was updated successfully, but these errors were encountered: