Copy file from one server to another

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Copy file from one server to another

    Hello, I'm trying to copy a file from another server to our CF server. I've
    tried using CFFILE to do this with no success. I keep getting this error
    message. Error: Access is denied. (error 5). I've tried referencing both the
    UNC name and the IP of the other server with no success. Is there a way to do
    this? Or another way using CFFTP, etc.? Any help is greatly apprecieated! Chad

    Spidey72 Guest

  2. Similar Questions and Discussions

    1. Copy/Export Datasources to a different CF server
      I have a CF MX 7 server, and I am replicating it on a different server to do some testing. Server 1 has a bunch of datasources pointing to a bunch...
    2. copy file from Novell server
      I have a ASP.NET web application which is required to copy file from windows server to Novell Netware server. I have used impersonation to connect...
    3. need to help to copy file from server to client through webservices
      (Type your message here) Hi, I have to download a file from the server to the client using webservices. Its an xml file. Any help would be...
    4. File on disk copy to server
      zafer wrote on 23 jul 2003 in microsoft.public.inetserver.asp.general: I suppose the file is not there to be getfiled, perhaps because you have...
    5. Problem: Copy data from server 1 to server 2
      Hi together ! I have a problem: I "just" wan't to copy some records from server 1 to server 2 (same table). But here are the problems: 1....
  3. #2

    Default Re: Copy file from one server to another

    The user the CF is running as does not have permissions to the network
    directory.

    --
    Tom Jordahl
    Macromedia Server Development


    Tom Jordahl Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139