Record: InputContent
Configuration for the input given for put
and append
operations of
the FTP module.
Closed record
Fields
- filePath string
- isFile boolean(default false)
- fileContent stream<byte[ ] & readonly, Error?>?
- textContent string?
- compressInput boolean(default false)
Path of the file to be created or appended
true
if the input type is a file
The content read from the input file, if the input is a file
The input content, for other input types
If true, input will be compressed before uploading