- Tengo que realizar una copia de archivos de un servidor con su respectiva IP a otro servidor desde la aplicación sólo que aún no logro resultados exitosos, buscando en un foro anterior encontré esto:
Código PHP:
c = CreateObject("Scripting.FileSystemObject")
c.CopyFolder("\\IP\docs\doc.pdf", "\\IP\web\") ' aqui surge errorrr!!!!!:-(
c = Nothing
El error que obtengo es elsig:
Exception from HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.DirectoryNotFoundException: Exception from HRESULT: 0x800A004C (CTL_E_PATHNOTFOUND)
Si alguien tiene idea del error o ALGUNA OTRA FORMA DE HACER LA COPIA se los agradecería mucho.
Saludos,