Dear friends,
I want to download some files from specified ftp location.
But, i want to download only specified files.
Examples:
In ftp location file as below :
MB01SALES.XLS, MB02SALES.XLS, MBO3SALES.XLS
So, i want to download only MB01 CODE FILES FROM FTP.
So, please suggest me how to download only specified files from ftp location.

Rajeev PunhaniPosted Apr 4, 2016, 7:21 AM
Hi Yogesh,
Please check the below link.
{
Download(file);
}
If the above solution is helpful then,accept the answer.
Yogesh SharmaPosted Apr 5, 2016, 2:08 AM