How can I get and handle a return codes in a C program if sftp fails to put the file in a sftp serve
- by Thi
How can we get and handle the sftp return codes in a C program if sftp fails to put the file in a server?
We need to transfer the files again if sftp fails to put it in the sftp server.