PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a file on my local C:\-drive. I would like to copy this file to another drive on the network. This drive is situated in a Unix-system. In my windows-system the drive is named as I:\.
I've tried the following exec-commando's, but none of them work.
Copying in general is not the problem. I've copied several times from one directory to another on my local drive. He just won't copy on my networkdrive (this drive is on the server).
I want to know how I call a network drive in the exec() command.
Have you thought about mapping the network drive to a drive letter / mont before running the command so essentially php will think it's copying from drive to drive as opposed to from drive to UNC??