but error occurred while setting the permissions and/or timestamp
Hello,
I am getting the warning message "**Upload of file '...' was successful, but error occurred while setting the permissions and/or timestamp.**
If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.
Error code: 3
Error message from server: This server does not support operations to modify file attributes.")
I am trying to do this in my vb.net code Yet the third like it does not like the NULL. Any Ideas on how to correct this?
Dim transferOptions As New TransferOptions
transferOptions.TransferMode = TransferMode.Automatic
transferOptions.FilePermissions = Null
transferOptions.PreserveTimestamp = False
Thanks
Matt
I am getting the warning message "**Upload of file '...' was successful, but error occurred while setting the permissions and/or timestamp.**
If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.
Error code: 3
Error message from server: This server does not support operations to modify file attributes.")
I am trying to do this in my vb.net code Yet the third like it does not like the NULL. Any Ideas on how to correct this?
Dim transferOptions As New TransferOptions
transferOptions.TransferMode = TransferMode.Automatic
transferOptions.FilePermissions = Null
transferOptions.PreserveTimestamp = False
Thanks
Matt