copy shared network file

chidambaram

Well-known member
Joined
Dec 27, 2007
Messages
62
Location
Chennai,India
Programming Experience
Beginner
hi all,

I am working in Microsoft Visual Studio 2003.

I want to copy a file from one folder to another folder in php.

I written the code in vb.net and created exe. I called that exe in php.
Exe is executed successfully in php and file is successfully copied for local path. But network path file is not copied.

How can i able to copy the shared network file?

Thanks in advance...
 
What error does the VB.Net copy operation produce?

You can also check with the php system what user account is used and what permissions that user has.
 
If the copy call can't complete it will throw an exception.
 
Back
Top