====== Simple file transfer ====== Also known as a simple variant of the [[en:howtos:mft|MFT]](([[en:howtos:mft]])) For a simple file transfer without transforming, only a few eBiss components are needed. - **[[en:kommunikation:nachrichtenkoerbe:start|Message box]]**\\ It is advisable to also create a separate message box for a specific data link, because the files to be fetched from a receive channel must be stored somewhere in between. - **[[en:kommunikation:kanal:start#receive_channel|Receive channel]]**\\ This can be any reception channel. This uses the message box created under point 1. - **[[en:kommunikation:kanal:start#send_channel|Send channel]]**\\ The transmission channel can also be of any type.((Since the mask requires a message box(although obsolete in the sending process), the message basket specified under point 1 should also be selected here.)) - **[[en:prozessdefinition:start]]**\\ In this case, a job definition only requires a [[en:prozessdefinition:jobs:jobsteps:kommunikation:channelreceiver]], [[en:prozessdefinition:jobs:jobsteps:kommunikation:channelsender]] and possibly a [[en:prozessdefinition:jobs:jobsteps:allgemein:tasknotification]]. These job objects are then simply connected in series and set with the correct communication channels. So: - ChannelReceiver with input channel as defined under point 2. - ChannelSender with transmit channel as defined under point 3. - optional: TaskNotificator with SMTP channel for task notifications. - **[[en:prozessdefinition:automatisierungen:automatisierungen]]**\\ If the process is to be automated, a time-controlled automation is set up for the job defined in point 4.