Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Tenzir supports the File Transfer Protocol (FTP), both downloading and uploading files.

FTPServer

FTP consists of two separate TCP connections, one control and one data connection. This can be tricky for some firewalls and may require special attention.

from "ftp://user:pass@ftp.example.org/path/to/file.json"
from {
x: 42,
y: "foo",
}
to "ftp://user:pass@ftp.example.org/a/b/c/events.json.gz"

Last updated: