🧡 Skip to main content🔍 Skip to search

The Synchronize Directories Action maintains an exact copy of data between a local folder and a remote directory. It supports updating remote files (upload), local files (download) and both (synchronize).

After the Synchronize Directories Action is completed, the information on its operations is temporarily stored in dynamic variables that can be retrieved by any other Action within the same Task via Variable Wizard. For example, these variables can be saved as text by Write to File Action, emailed to admin by Send Email Action or used as dynamic parameters in other Actions.

VariableDetails
List of uploaded files Returns the list of uploaded files.
Example:
  • C:\db\2024.pdf|C:\db\hr04.pdf|C:\db\b2b.xlsx
List of downloaded files Returns the list of downloaded files.
Example:
  • /bucket/review/swot.xlsx|/bucket/review/ref.pptx
List of deleted files Returns the list of files deleted during synchronization.
Examples:
  • /bucket/review/dbdump20237.zip
  • D:\Job\invoice-08.pdf|D:\Job\invoice-09.pdf
Number of uploaded files Returns the number of uploaded files.
Example:
  • 3
Number of downloaded files Returns the number of downloaded files.
Example:
  • 2
Number of deleted files Returns the number deleted during synchronization.
Examples:
  • 1
  • 2
Completion statusRetrieve Action execution status with a possible value—Successful or Failed. Or Empty, if Action has not been executed yet.
Adjust*Streamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place replacement (all, first, or last occurrence), trimming (whitespaces, quotes, etc.), or changing capitalization. Optionally, set a different display name.
YouTube video · Synchronize SFTP server files & documents

Automatic list processing…

The Synchronize Directories variables returned as lists (even multi-level) can be automatically processed in further Actions. Use the For Each Action to parse a given text string (any list variable) and sequentially retrieve its elements one by one · see list processing examples. Or, use the Split Text and Lookup Text Actions to access list elements by their indices.

Need a helping hand?

If you have any questions, please do not hesitate to contact our support team.