Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

OnGoingFtp

Prev Next

Description

Class name: com.ebd.hub.datawizard.app.asm.api.OnGoingFtp

Configuration: Path to properties file in field Configuration file.

Transfers files via (S)FTP(S) partner channel to the server specified in the channel. If the last file has been sent, it is checked whether there are new files. If there are any, processing continues (so you are in a loop as long as files arrive). File name and directory (if available) are taken from the metadata generated during the transfer to the module "ASM".

The settings in the properties configuration file are as follows.

# set channel
channel_id = 123456
# if no directory is given, use this one
default_dir=.
# create ctrl file at end of transmission, content of file will be 'ok'
ctrl_file=ready.txt
# use passive mode
ftp_passive=true
# create ftp trace log
ftp_trace=true
# create dir if it does not exist
create_dir=true