com.wm.lang.flow.FlowException: FTP Login did not happen

Hi

I m able to login to FTP Server and perform FTP actions such as getfile putfile .etc however at certain times i get error

com.wm.lang.flow.FlowException: FTP Login did not happen.

I get the error even though the FTP Server is up and running. I m not able to tace the cause of this error.

Has anyone faced this issue or knows the cause of this issue.

Hi

I tried to make the variable newsession in pub.client.ftp:login service to yes and it worked.

Please suggest if this the right approach.

Yes, that is the right approach. Make sure your services are coded such that they will always logout, even if an error is encountered.

Hello Reamon

Thanx a lot for the help provided.