metalus

This project aims to make writing Spark applications easier by abstracting the effort to assemble the driver into reusable steps and pipelines.

View project on GitHub
Documentation Home Common Home

SFTPSteps

This object provides step functions useful for working with an SFTP server.

Create File Manager

This step will return a FileManager implementation that is useful for working with an SFTP server. Full parameter descriptions are listed below:

  • hostName - The host name of the remote server
  • username - Optional username used to authenticate
  • password - Optional password used to authenticate
  • port - Optional port number. Default is 22.
  • strictHostChecking - Optional flag used to enable/disable strict host checking. Default is true.