Skip to content

Instantly share code, notes, and snippets.

@cgpu
Forked from kdabir/get_content.groovy
Created April 19, 2020 14:36
Show Gist options
  • Save cgpu/0c041b39708a7c9d1cfe1fcd859a4687 to your computer and use it in GitHub Desktop.
Save cgpu/0c041b39708a7c9d1cfe1fcd859a4687 to your computer and use it in GitHub Desktop.
get content from url and write to a file in groovy
// saving from url to a file (append)
new File("output.xml") << new URL ("http://some.url/some/path.xml").getText()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment