Link to home
Create AccountLog in
Avatar of patriotpacer
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?
Avatar of Pradeep Dubey
Pradeep Dubey
Flag of India image

Open a command prompt (run as administrator) and use below command to create a folder

mkdir test


it will create a folder with name test ( you can put your own name)
Avatar of patriotpacer
patriotpacer

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.
So please ask your administrator to provide full access
>>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.
ASKER CERTIFIED SOLUTION
Avatar of Pradeep Dubey
Pradeep Dubey
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer