I have my site working just fine on the local machine. I'm able to create folders and upload files and such just fine on this machine. I would like to ramp it up another notch by being able to connect to another machine and do the same (create folders, upload, download,etc). Basically it is the machine sitting right next to it.
I have tried the basics like:
mkdir("\\\\<servername>\\<share>\\<newfolder>",0700); and even
mkdir("P:\\<share>\\<newfolder>",0700);
Not having any luck. Can someone assist?
thx
I have tried the basics like:
mkdir("\\\\<servername>\\<share>\\<newfolder>",0700); and even
mkdir("P:\\<share>\\<newfolder>",0700);
Not having any luck. Can someone assist?
thx