OnGoingFtp

Configuration

Path to properties file in field Configuration file .

Class name

com.ebd.hub.datawizard.app.asm.api.OnGoingFtp


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 add-on module "ASM".

The settings in the properties configuration file are as follows.


sample_OnGoingFtp.properties
# 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