Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

empty

The activity empty does nothing but is required for formal purposes in order to intercept an error or other actions in a faulthandler (see section "faulthandler").

Format

 <empty>
   comment?
 </empty>

Example

 <?xml version="1.0" encoding="UTF-8"?>
 <ftscript version="1">
   <transferFile>
     <context>
       <faulthandler>
         <default>
           <empty/>
         </default>
       </faulthandler>
     </context>
     <fromRemoteFile name="pack1.bin">
       <partner name="someHost">
         <transferAdmission>
           <ftacAdmission ftacAdmission="FTACADM1"/>
         </transferAdmission>
       </partner>
       <directory name="frg_eis_06"/>
     </fromRemoteFile>
     <toLocalFile name="target.bin">
       <directory name="frg_eis_06"/>
     </toLocalFile>
   </transferFile>
 </ftscript>

If errors occur in transferFile then execution of the openFT-Script request continues nevertheless, i.e. the Ftscript request is terminated with status T.

In the case of "severe" errors (see section "Severe Ftscript error codes"), the openFT-Script request is terminated with the corresponding error code since the default faulthandler is ineffective.