Error 3 when creating remote directory via SFTP
Hello,
I'm using WinSCP 3.8 and am unable to create a remote directory on a certain host. The log contains the following information ("###" added to replace unrelevant information):
When trying to create a directory with a "/" (like inputting "Test/Test" into the F7 dialog field), a directory is successfully created but with the wrong name "TestTest":
Any hint what to do?
Thanks in advance!
Best regards, Arnd
I'm using WinSCP 3.8 and am unable to create a remote directory on a certain host. The log contains the following information ("###" added to replace unrelevant information):
It seems that someone / something removes one required "/"...Creating directory "Test".
Canonifying: "Test"
Getting real path for '/###/###/###/######doc/Test'
Type: SSH_FXP_REALPATH, Size: 44, Number: 17680
Type: SSH_FXP_STATUS, Size: 24, Number: 17156
Discarding reserved response
Type: SSH_FXP_NAME, Size: 89, Number: 17680
Real path is '/###/###/###/######docTest'
Canonified: "/###/###/###/######docTest"
Type: SSH_FXP_MKDIR, Size: 47, Number: 17422
Type: SSH_FXP_STATUS, Size: 34, Number: 17422
Status/error code: 3, Message: 17422, Server: Permission denied, Language:
Asking user:
Error creating folder 'Test'. ("Permission denied.
Error code: 3
Error message from server: Permission denied
Request code: 14")
When trying to create a directory with a "/" (like inputting "Test/Test" into the F7 dialog field), a directory is successfully created but with the wrong name "TestTest":
Creating directory "Test/Test".
Canonifying: "Test/Test"
Getting real path for '/###/###/###/######doc/Test/Test'
Type: SSH_FXP_REALPATH, Size: 49, Number: 20496
Type: SSH_FXP_STATUS, Size: 24, Number: 19972
Discarding reserved response
Type: SSH_FXP_NAME, Size: 99, Number: 20496
Real path is '/###/###/###/######doc/TestTest'
Canonified: "/###/###/###/######doc/TestTest"
Type: SSH_FXP_MKDIR, Size: 52, Number: 20238
Type: SSH_FXP_STATUS, Size: 24, Number: 20238
Status/error code: 0
Type: SSH_FXP_SETSTAT, Size: 52, Number: 20745
Type: SSH_FXP_STATUS, Size: 24, Number: 20745
Status/error code: 0
Any hint what to do?
Thanks in advance!
Best regards, Arnd