website logo
πŸ”­Overview
▢️Demos
πŸ› οΈDeveloper's guide
🧰Custom Actions
πŸ”§Integrations
Navigate through spaces
πŸ”­Overview
▢️Demos
πŸ› οΈDeveloper's guide
🧰Custom Actions
πŸ”§Integrations
⌘K
πŸ’ͺDemo - creating your first process flowπŸ’ͺ🏼
πŸ“œHow to integrate with JIRA to create a ticket and receive confirmation email to sender
πŸ“œHow to create an order confirmation process
πŸ“œDemo - Typeform + Procesio +Airtable
πŸ“œWebflow + PROCESIO + Airtable integration
πŸ“œDemo - sending criteria based alerts to contacts from an excel workbook
πŸ“œHow to integrate with UIPath robots
πŸ“œHow to extract e-mail addresses from websites
πŸ“œSenseTask OCR integration + notifications
πŸ“œAutomate employee requets
πŸ“œFTP to FTP transfer
πŸ“œHubSpot contacts analytics
Docs powered byΒ archbeeΒ 
13min

FTP to FTP transfer

With Procesio you can automate file transfers between two FTP servers for different purposes, such as backup.

Scenario

A call center that records their calls with customers wishes to upload them to a FTP server and depending of their procedures then moves the file to another FTP server.

Prerequisites

1. Two FTP servers

2. File to upload to the fit FTP server and transfer to the second FTP server

How to

1. Create the SFTP credentials.

2. Create the process.

Document image

3. Create the variables.

  • ο»Ώ<%fileInput%> input variable of type File.
  • ο»Ώ<%resultOfUpload%> output variable of type Boolean.
  • ο»Ώ<%moveResult%> output variable of type Boolean.
Document image

4. Configure the actions:

a. Upload File

Document image
  • Select ftp server* - allows you to select the FTP credential of the sever you wish to upload the file to.
  • Input file* - use the variable that will hold the file you will work with.
  • Target folder* - the location on the FTP server that will store the file.
  • Result* - use the first confirmation variable you created.

b. Move File

Document image
  • From ftp server* - use the dropdown to select the ftp server the file was uploaded by the previous action.
  • From Folder - path to the file.
  • File name* - name of the file being moved.
  • To FTP server* - use the dropdown to select the ftp server that the file will be move to.
  • To folder* - path in the second FTP server where the file will be moved.
  • Result* - use the second confirmation variable you created.

5. Save, Validate and Run the process.

6. Add the file you wish to upload inside the modal and click Run.

Document image

7. Click the Check instance button to see the result.

Updated 19 May 2022
Did this page help you?
Yes
No
UP NEXT
HubSpot contacts analytics
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
Scenario
Prerequisites
How to