Golang copy remote file to local folder using sftp golang library

前端 未结 0 1780
灰色年华
灰色年华 2021-02-11 01:18

I got the code for create a file on remote host:

config := &ssh.ClientConfig{
    User:            \"xx\",
    HostKeyCallback: nil,
    Auth: []ssh.AuthMeth         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题