Use the legacy SCP protocol for directory transfers instead of SFTP
Dieser Commit ist enthalten in:
@@ -378,7 +378,7 @@ func (q System) scp(user, localPath, remotePath string, recursive bool) (err err
|
|||||||
}
|
}
|
||||||
|
|
||||||
if recursive {
|
if recursive {
|
||||||
args = append(args, "-r")
|
args = append(args, "-O", "-r")
|
||||||
}
|
}
|
||||||
|
|
||||||
args = append(args, localPath, user+"@"+addr+":"+remotePath)
|
args = append(args, localPath, user+"@"+addr+":"+remotePath)
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren