Synadia Connect

SFTP

NAMERUNTIMETYPEVERSION
sftpwombatsinklatest

Writes files to an SFTP server.

In order to have a different path for each object you should use function interpolations described here.


Configuration

NameTypeOptionalSecretDescription
addressstringnonoThe address of the server to connect to.
pathstringnonoThe file to save the messages to on the server.
codecstringyesnoThe way in which the bytes of messages should be written out into the output data stream. It's possible to write lines using a custom delimiter with the delim:x codec, where x is the character sequence custom delimiter. The value defaults to "all-bytes".
credentialscredentialsnonoThe credentials to use to log into the target server.
max_in_flightintyesnoThe maximum number of messages to have in flight at a given time. Increase this to improve throughput. The value defaults to 64.

Credentials

NameTypeOptionalSecretDescription
usernamestringyesnoThe username to connect to the SFTP server. The value defaults to "".
passwordstringyesyesThe password for the username to connect to the SFTP server. The value defaults to "".
Previous
Redis Streams