Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created October 27, 2011 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenry/98aaad781edaee81ab81 to your computer and use it in GitHub Desktop.
Save bhenry/98aaad781edaee81ab81 to your computer and use it in GitHub Desktop.
(try
(doseq [[q f] qs]
(let [F (str TMP_DIR f)]
(tbs-to-file F)
(push-to-sftp! sftp-user sftp-password F)
(delete-file F)))
(catch java.lang.Exception e (email-error e EMAIL-ERROR-TO)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment