Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 650 Bytes

sftpsteps.md

File metadata and controls

14 lines (11 loc) · 650 Bytes

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.