ur Posted March 10, 2018 Posted March 10, 2018 I have an aws cloud machine where I kept all the build process to create some set of zip files and uploading them to OneDrive. Once it is completed, I have another local machine in our environment which is a acting as a local share server also. Is there anyway to notify this machine(without public IP) to start downloading these files. I have written an AutoIT exe to download these files and copy them to respective locations.But don't know how to notify this from the remote machine. Any suggestion??
orbs Posted March 10, 2018 Posted March 10, 2018 to your process of creating files at AWS, add a final step: raise a flag. meaning, once all zip files are ready, create another file with a predetermined name and location. let the local machine check for this file at regular intervals (say once a minute, if you are on a tight schedule). if that file exists, download the zip files as usual, and then delete that flag file. there are other methods to push messages, but for your purpose i believe that method should suffice. P.S. you can have that flag file contain some relevant info (e.g. version number of the current release, preferred deployment channel, etc.) so the local machine can decide on a proper operation. Signature - my forum contributions: Spoiler UDF: LFN - support for long file names (over 260 characters) InputImpose - impose valid characters in an input control TimeConvert - convert UTC to/from local time and/or reformat the string representation AMF - accept multiple files from Windows Explorer context menu DateDuration - literal description of the difference between given dates WinPose - simultaneous fluent move and resize Apps: Touch - set the "modified" timestamp of a file to current time Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes SPDiff - Single-Pane Text Diff Magic Math - a math puzzle Demos: Title Bar Menu - click the window title to pop-up a menu
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now