FTP or SFTP

I am using FTP Connect then put FTP Change Directory but by turning the two actions in FinalBuilder, the first successful run, the second error when running the leaf connection, I tried touse SFTP and aparesentou the same error, anyone know how to solve?

Did you set the connection to use on the Change Directory Action? What is the error message you see in the log?

the connection, I informed the host name that I’m accessing, and FTP List Directory conection informed in the field the same name when executing command, the connection runs successfully, but the ftp directory list of the error, the error log appears not conected
follows the logs

Connection to host: prosisw.com
08/20/2011 19:56:01: HOST prosisw.com
08/20/2011 19:56:02: USER prosisw
08/20/2011 19:56:02: pass xxx
08/20/2011 19:56:02: FEAT
08/20/2011 19:56:02: OPTS UTF8 ON
08/20/2011 19:56:03: TYPE I
08/20/2011 19:56:03: SYST
08/20/2011 19:56:03: TYPE I

not connected

Hi

Try placing the ‘FTP Check If Connected’ action immediately before the action that is failing. This action will allow you to fail the build if the FTP connection is not available for use or you can use it to attempt to re-establish the connection if has been closed.

Regards,
Steve