How to download a directory(list of files) from a server using FTP actions

Hi,

We have a task in build and deployment that is we need to take backup of files on the server before uploading to the servers.

We have tried FTP download file action in Final builder but using this we are able to download a single file at a time but we need to take the entire backup files on the server

For example we need to download a folder website from server. Can you please suggest how to download a particular directory(list of fiels) from a server using

FTP actions. 

We tried robocopy also we have access related issues usng that.

 Please suggest how to do this using FTP actions..

Hi Naveenreddy,

You can either use the FTP Mirror action to download a directory from your remote to your client.

Another options is to use a combination of FTP List Directory and FTP Get Directory while iterating through the list of directories returned.