Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Last active November 29, 2017 21:52
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 marianogonzalez/5e279d5a9ecfb93e1ff9e9d7c84135af to your computer and use it in GitHub Desktop.
Save marianogonzalez/5e279d5a9ecfb93e1ff9e9d7c84135af to your computer and use it in GitHub Desktop.
<sftp:config name="sftp">
<sftp:connection username="muletest1" password="muletest1" host="127.0.0.100" port="${SFTP_PORT}" workingDir="${workingDir}">
<sftp:sftp-proxy-config host="localhost" port="${proxyPort}" protocol="HTTP"/>
</sftp:connection>
</sftp:config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment