I Got Error in FTP File download

Hi Team ,

I got Error During FTP File download. Please give me advice how to solve it. for your referance below sreenshot.

@MD_Farhan1,

Is rest of the activities till Download Files executing fine?

Hi
Are you downloading single file or multiple file? Before downloading file check if that file exists in server path if exists then download the file
You can use directory exists activity or file exists

Where is your error occuring? In the start of the FTP Scope? If so, its because your host name is not correct. Remove “FTP://” from the host name and just use “52.174.86.197” instead and try again.

If its failing at the download file activity, then your path is not correct. You do not need the host name on the path. It can be just “folder/folder/file” for example.

i downloading single file but not working . workflow is correct right?

Hi, if i remove ftp:// i got below error

but i have access . already check with manually.

i am not understand???
what you are telling.

Then first check that file exist in winscp server if exists then use download file activity

Hi @MD_Farhan1 ,

Please try below steps (incase if you haven’t):

  1. Make sure to put full file path in Remote path

  1. Use Check Exists
  2. Try using wait for download activity

BR,
NK

@MD_Farhan1,

I meant is this part working