How to check can access connect FTP

Hello, I have question

I want to check can access connect FTP or not ?

Please guide me for solve it.

Thank you.

@Stef_99

Try to use ftp activities and fill the authentication details you would know

Cheers

Now I can connect.

But I want to check it can access ftp or not (sometime have problem about user or password)

Can you guide me for check it?

@Stef_99

Can you elaborate…you are saying you can access then what issue are you seeingn?

Cheers

@Anil_G Now I can access.

But I want to handle error if can’t access by send email and end process.

@Stef_99

At that point it would anyways throw an exception…you can use a try dcatch around and then in the catch block you can use send email

If in ref…then try catch is already around the process so just include send messade in exception catch block

Cheers

@Anil_G Now I have flow as below.

image

I can go to catch for send mail but after send mail I want to end process ( use terminate workflow)

But now it go to next another process not end.

Please guide me for solve it.

@Stef_99

Then use terminate workflow activity after send email

Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.