return code from server

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
sreeram3
Posts: 1
Joined: Wed 14 Oct 2015 13:37

return code from server

Post by sreeram3 » Wed 14 Oct 2015 13:43

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?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: return code from server

Post by Dimon » Mon 19 Oct 2015 08:43

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.

Post Reply