How to call "Ignore permission error" option via powershell
Hi,
I am trying to upload the files to the SFTP server and seems some permissions issues are resulting in failure. I am getting the error below.
If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.
Permission denied.
Error code: 3
Error message from server: This server does not support operations to modify file attributes."
So is there any way i can set Ignore permission errors' option to true in powershell?
Thank you.
I am trying to upload the files to the SFTP server and seems some permissions issues are resulting in failure. I am getting the error below.
If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.
Permission denied.
Error code: 3
Error message from server: This server does not support operations to modify file attributes."
So is there any way i can set Ignore permission errors' option to true in powershell?
Thank you.