patriotpacer
asked on
Can't create folder on remote server
I'm trying to create a folder on a remote server, but i keep getting a permission denied error. On the remote server, under the folder I wish to create a subfolder, it says I have "full control" and everything with read/write is checked.
I'm on XP and the server is 2008 R2.
Not sure what I'm missing?
I'm on XP and the server is 2008 R2.
Not sure what I'm missing?
ASKER
I'll need to have full control all the time - create, delete, modify, etc....
When I just tried to move a file over it says I have read-only access.
When I just tried to move a file over it says I have read-only access.
So please ask your administrator to provide full access
ASKER
>>So please ask your administrator to provide full access
I am the administrator. This is a test environment.
Plus, server says I have full control.
I am the administrator. This is a test environment.
Plus, server says I have full control.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
mkdir test
it will create a folder with name test ( you can put your own name)