Skip to content

Instantly share code, notes, and snippets.

@marianogonzalez
Last active November 29, 2017 21:51
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/8d9f8510a7a8202d3179b79c975c19b2 to your computer and use it in GitHub Desktop.
Save marianogonzalez/8d9f8510a7a8202d3179b79c975c19b2 to your computer and use it in GitHub Desktop.
<ftp:config name="ftp">
  <ftp:connection username="anonymous" password="password" host="localhost" port="${ftpPort}" workingDir="${workingDir}"/>
</ftp:config>
<sftp:config name="sftp">
  <sftp:connection username="anonymous" password="password" host="localhost" port="${ftpPort}" workingDir="${workingDir}"/>
</sftp:config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment