|
Annotations
|
References
Notes
Specifies the commands to be executed for each file on the server after the transfer
and the Rename.
The following environment variables are available in the SFTPPostProcessing and LocalPostProcessing:
- See YADE-471.
-
YADE_FILE_TRANSFER_STATUS
- possible values: transferUndefined, waiting4transfer, transferring, transferInProgress, transferred,
transfer_skipped, transfer_has_errors, transfer_aborted, compressed, notOverwritten,
deleted, renamed, ignoredDueToZerobyteConstraint, setBack, polling
-
YADE_FILE_IS_TRANSFERRED
The following special variables are available:
- See:
- Date/time variables:
-
$date - the current date in yyyy-MM-dd format.
-
$time - the current time in Format HH:mm:ss format.
- Directory variables:
-
${TargetDirFullName} - the directory where files are stored on the target system.
-
${SourceDirFullName} - the directory where files are stored on the source system.
- The name of a file on the target host:
-
${TargetFileFullName}
-
${TargetFileRelativeName}
-
${TargetFileBaseName}
-
${TargetFileParentFullName}
-
${TargetFileParentBaseName}
- The name of a file on the target host during transfer (a file name can be prefixed
or suffixed):
-
${TargetTransferFileFullName}
-
${TargetTransferFileRelativeName}
-
${TargetTransferFileBaseName}
-
${TargetTransferFileParentFullName}
-
${TargetTransferFileParentBaseName}
- The name of a file on the source host:
-
${SourceFileFullName}
-
${SourceFileRelativeName}
-
${SourceFileBaseName}
-
${SourceFileParentFullName}
-
${SourceFileParentBaseName}
- The name of a file on the source host after Rename operation:
-
${SourceFileRenamedFullName}
-
${SourceFileRenamedRelativeName}
-
${SourceFileRenamedBaseName}
-
${SourceFileRenamedParentFullName}
-
${SourceFileRenamedParentBaseName}
|
Diagram
|
|
Type |
extension of NotEmptyType |
Type hierarchy |
|
Properties
|
|
Used by
|
|
Attributes
|
|
|
|