How can I get and handle a return codes in a C program if sftp fails to put the file in a sftp serve

Posted by Thi on Stack Overflow See other posts from Stack Overflow or by Thi
Published on 2010-04-05T17:33:58Z Indexed on 2010/04/05 18:13 UTC
Read the original article Hit count: 180

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about sftp

Related posts about ftp