Stedi SFTP provides a fully managed, serverless SFTP infrastructure. You can use the SFTP API to manage SFTP users.

For accessing files programmatically, you should use the Stedi Buckets SDK.

Hierarchy

Constructors

Properties

Methods

Constructors

  • Parameters

    Returns SftpClient

Properties

The resolved configuration of SftpClient class. This is resolved and normalized from the constructor configuration interface.

Methods

  • Destroy underlying resources, like sockets. It's usually not necessary to do this. However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. Otherwise, sockets might stay open for quite a long time before the server terminates them.

    Returns void