Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element FTPPostProcessing
Annotations

Specifies commands that are executed on the FTP server after transfer of files. This includes FTP commands, not shell commands.

For a reference of possible commands see List of FTP commands. Only a small subset of commands is part of the FTP standard and therefore can be assumed to be available. The availability of most commands depends on the implementation of the FTP server product.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_CommandAfterFile.tmp#CommandAfterFile YADE_configuration_v1_12_xsd_Element_CommandAfterOperationOnSuccess.tmp#CommandAfterOperationOnSuccess YADE_configuration_v1_12_xsd_Element_CommandAfterOperationOnError.tmp#CommandAfterOperationOnError YADE_configuration_v1_12_xsd_Element_CommandAfterOperationFinal.tmp#CommandAfterOperationFinal YADE_configuration_v1_12_xsd_Element_CommandBeforeRename.tmp#CommandBeforeRename YADE_configuration_v1_12_xsd_Complex_Type_FTPPostProcessingType.tmp#FTPPostProcessingType
Type FTPPostProcessingType
Properties
content complex
Used by
Element FTPFragmentRef
Model
Instance
<FTPPostProcessing>
  <CommandAfterFile disable_for_skipped_transfer="false">{0,1}</CommandAfterFile>
  <CommandAfterOperationOnSuccess>{0,1}</CommandAfterOperationOnSuccess>
  <CommandAfterOperationOnError>{0,1}</CommandAfterOperationOnError>
  <CommandAfterOperationFinal>{0,1}</CommandAfterOperationFinal>
  <CommandBeforeRename>{0,1}</CommandBeforeRename>
</FTPPostProcessing>