Not able to Download Multiple Files using FTP Download File

Dear Team,

I am not able to download multiple files from some FTP location. I am using FTP download file action. This action seems download only single file; Can anybody help me how I can download multiple files from FTP to local? The purpose is I want to take backup of existing running application before deploying new code at server.

Note - I am not using SFTP and FTPS Download Files because my connection is created using FTP Connect action only. I am using Final Builder 7.0.0.2129 and having all the versions of Visual Studio at my machine with Windows 7 Enterprise Operating System

Regards

Vinod Soni

The FTP download action is designed to download a single file. What you need to do is get a listing of the directory and then download the files. A better option would be to have a tool on the server create a zip file of the folder and just download the zip file. Alternatively, you can use the FTP mirror action to grab the whole remote folder down to an empty local folder.

Thanks Vincent; FTP mirror is working for me.