Page 1 of 1

return code from server

Posted: Wed 14 Oct 2015 13:43
by sreeram3
Hello,
In IdFTP component we have a feature as CmdResult which fetches the return code from server.
Is there anything similar in secure bridge SFTP components?

Re: return code from server

Posted: Mon 19 Oct 2015 08:43
by Dimon
SFTP protocol is not derived from the FTP protocol, and it is an independent protocol.
If after query execution the SFTP server returns operation status, then the OnSuccess event or the OnError event is raised.