How to download all files from linux server

I have files in the linux server in a specific path, and I need to download all the files to windows machine.
Files will be saved in the linux server with specific names for ex:config_file1.xlsx, config2.xlsx and so on.

Hi @Megha_D_Gowda

Map the network path of linux server and then try with Directory.getFiles method.

Regards,
Atul Rai

That option is not enabled

A simple Copy File activity should be fine if you have permissions and path ok:
image

You can try with FTP