Results 1 to 10 of 16

Thread: Copy file to a folder on the network

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Mexico, Edo Mex
    Posts
    19

    Default Copy file to a folder on the network

    Hi,
    in my web application I am trying to copy a file to a folder on the network and I can't do it.
    I register UNC download folder inside the webResourceManager, I check the rights of the folder and nothing, just don't make the copy.
    Any suggestions I appreciate
    Regards.

    Code:
    Send RegisterDownloadFolder of ghoWebResourceManager "\\10.30.70.100\Oxlo"
    
    CopyFile "c:\pruebas\test1\AppHtml\index.html" to "\\10.30.70.100\Oxlo\OnRampMessenger\M1697\Archive"
    

    Last edited by JorgeM; 21-Jun-2019 at 03:08 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •