Golang copy remote file to local folder using sftp golang library

前端 未结 0 399
说谎
说谎 2021-02-11 00:55

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

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


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