exec a copy command over network
Posted: Thu Mar 09, 2006 8:11 am
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.
and
The directory spooloo has writable access on both the linux and windows system.
I've tried the following exec-commando's, but none of them work.
Code: Select all
exec('copy C:\Inetpub\wwwroot\tbs\orders\sxw\eentest.sxw I:\spooloo\eentest.sxw');Code: Select all
exec('copy C:\Inetpub\wwwroot\tbs\orders\sxw\eentest.sxw \\192.1.6.226\info\spooloo\eentest.sxw');