FTP checkout
  • 04 Jan 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

FTP checkout

  • Dark
    Light

Article Summary

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, ...).

Was this article helpful?

What's Next