Automatically upload files to server on save

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Automatically upload files to server on save

    Good day all,

    How would I configure contribute3 to Automatically upload files from our
    Development Server to our Production Server once the users click on publish
    button afer they are done updating their webpages. Keeping in mind that the
    user do have publishing capabilities.

    thnx
    LJRP

    LJRP Guest

  2. Similar Questions and Discussions

    1. Upload files to server
      Hi, My website will be moveing servers so I don't know the definite path and I'm trying to use cffile action="upload" to upload files to the local...
    2. Spell Check run automatically on save
      I used to have an extention I downloaded to always ask if I wanted to spell check the file before it was saved. I lost it when I upgraded to MX...
    3. file upload is killing my server with large files
      I am using a cffile to upload files to a directory on my server. I have my memory up to a gig on the java settings on the cold fusoin admin. I have...
    4. how to upload files to remote server
      hello, i am currently writting an extension for dreamweaver mx and i have one question: I want to upload automatically a .js file (eg:...
    5. Upload/Download Files on Network File Server
      I was hoping that someone can give me step-by-step instructions to fix the following: We would like our ASP.NET application to utilize a central...
  3. #2

    Default Re: Automatically upload files to server on save

    Install Contribute Publishing Server
    solostruggle Guest

  4. #3

    Default Re: Automatically upload files to server on save

    CPS alone will not do it. RoboCopy is the more trustworthy solution. And, did I mention, it's free?
    Snickelgroober Guest

  5. #4

    Default Re: Automatically upload files to server on save

    How did you setup RoboCopy to accomplish this?
    solostruggle Guest

  6. #5

    Default Re: Automatically upload files to server on save

    We configured Robocopy to not only copy, but synchronize our staging server
    (golden copy) with the production server. Three times daily, the batch file
    with all parameters is automatically launched by the Scheduler on the staging
    server. We have been using this for nearly a year with nearly 100% accuracy.
    The only gotcha being that occasionally a .LCK with hidden attributes will get
    published, which won't allow the "real" file to be published. I'm researching
    this issue now.

    Note that we publish only three times daily - you can tweak the frequency with
    Scheduler - and does not happen when you click Publish in Contribute. When we
    need something published immediately, we use Dreamweaver - the Local site =
    Staging server, the Remote site = Production server. Click the "Put" button,
    NEVER the Checkin button.

    When I get some free time, I will write a JavaScript plugin for Contribute
    that will publish a selected file from Staging to Prod.

    Snickelgroober 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