How to copy a file in C/C++ with libssh and sftp

前端 未结 3 1630
迷失自我
迷失自我 2021-01-02 14:48

I\'m posting here because I need help with some code relating with libssh.

I read all the official documentation here but still I don\'t understand

3条回答
  •  梦谈多话
    2021-01-02 15:49

    I used followed the example here.

    sftp_read_sync uses an infinite loop to read a file from a server into /path/to/profile from server path /etc/profile.

提交回复
热议问题