DSL References
DSL stands for Domain Specific Language. In Flow, the DSL is a set of small functions that wrap object construction so pipelines read top-to-bottom. See the examples for usage in context.
HELPER
/**
* @throws RuntimeException
*/
sftp_client(string $host, string $user, PrivateKey|string $credential, int $port) : SFTP sftp_filesystem(SFTP $sftp, Options $options, string $protocol) : SFTPFilesystem sftp_filesystem_options() : Options