13min
FTP to FTP transfer
With Procesio you can automate file transfers between two FTP servers for different purposes, such as backup.
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.
1. Two FTP servers
2. File to upload to the fit FTP server and transfer to the second FTP server
1. Create the SFTP credentials.
2. Create the process.

3. Create the variables.
- ο»Ώ<%fileInput%> input variable of type File.
- ο»Ώ<%resultOfUpload%> output variable of type Boolean.
- ο»Ώ<%moveResult%> output variable of type Boolean.

4. Configure the actions:
a. Upload File

- 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

- 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.

7. Click the Check instance button to see the result.
Updated 19 May 2022
Did this page help you?
Yes
No