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?
return code from server
Re: return code from server
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.
If after query execution the SFTP server returns operation status, then the OnSuccess event or the OnError event is raised.