Skip to main content

FTP checkout

This Checkout shop can upload one or multiple files to a given FTP server. The uploading files are defined via a Hive record, with the following structure:

[{
FilePath : "",
ContentEncoding : Encoding.Utf8,
Content : ""
}]

Limits

  • Maximum size of all attachments combined is 100 MB.
  • Currently only text files are allowed as files (e.g. XML, CSV, JSON, ...).