-
Notifications
You must be signed in to change notification settings - Fork 3
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
mkdir function #22
Comments
We probably can, but with the underlying libraries need to chdir it might be unable to fully resolve some relative paths to mkdir. |
Can you try out the branch before we merge/release? Some servers/permission setups don't allow mkdir so we have to hide it behind a config option (and to keep the behavior stable).
|
Hi, thank you for working on the issues I raised so quickly. I've tested the feat-upload-can-mkdir but I'm getting
|
That image looks to have some problems when new directories are created. The image isn't creating them with 0777 (even with LOCAL_MASK of 022) so the operations are failing. I do see them created on the filesystem though, but the server is responding with permission errors. Claude response
There looks to be some improvements we could make in the docker image, but that image doesn't even build on my machine.
|
This server will be good to run some tests with, more servers covered gives us better confidence with the library. |
Please could the UploadFile function create directories. Or could you expose the FTP mkdir
The text was updated successfully, but these errors were encountered: