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 module "ASM".
The settings in the properties configuration file are as follows.
sample_OnGoingFtp.properties
# set channelchannel_id = 123456# if no directory is given, use this onedefault_dir=.# create ctrl file at end of transmission, content of file will be 'ok'ctrl_file=ready.txt# use passive modeftp_passive=true# create ftp trace logftp_trace=true# create dir if it does not existcreate_dir=true