mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
Merge ad4a598a7c into 005665867d
This commit is contained in:
commit
f12ca17fe3
1 changed files with 2 additions and 2 deletions
|
|
@ -215,8 +215,8 @@ func (client *sshClient) Stream(cmd string) error {
|
|||
return session.Run(cmd)
|
||||
}
|
||||
|
||||
// Upload copied the set of files to a remote server via SCP, creating any non-
|
||||
// existing folder in te mean time.
|
||||
// Upload copy the set of files to a remote server via SCP, creating any non-
|
||||
// existing folders in the mean time.
|
||||
func (client *sshClient) Upload(files map[string][]byte) ([]byte, error) {
|
||||
// Establish a single command session
|
||||
session, err := client.client.NewSession()
|
||||
|
|
|
|||
Loading…
Reference in a new issue