aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshconnection.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-12-14 15:41:59 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-12-17 13:42:25 +0000
commit1dfa7279d4ba359bfc5b3c09094aec6c23efff14 (patch)
tree91725a55f39ec451513d04aa7f5f22011cf40078 /src/libs/ssh/sshconnection.h
parente6a71fb43d6beb533bacb3dc99c5322efa17c98e (diff)
RemoteLinux: Add an rsync deploy step
Using rsync enables proper incremental deployment and is particularly helpful when larger files are involved. We check whether rsync works as part of the device test. If it does, it becomes the default deploy step, otherwise we fall back to SFTP. Change-Id: I6ab938ccd5acd7e0cbe07b90b6938dccad19bba5 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/ssh/sshconnection.h')
-rw-r--r--src/libs/ssh/sshconnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/ssh/sshconnection.h b/src/libs/ssh/sshconnection.h
index 09151795d0..1b5775682e 100644
--- a/src/libs/ssh/sshconnection.h
+++ b/src/libs/ssh/sshconnection.h
@@ -107,6 +107,7 @@ public:
QString errorString() const;
SshConnectionParameters connectionParameters() const;
SshConnectionInfo connectionInfo() const;
+ QStringList connectionOptions() const;
bool sharingEnabled() const;
~SshConnection();