From 44dcaa3225fdfbe20f43ec357a91e9abaaa50106 Mon Sep 17 00:00:00 2001 From: hierynomus Date: Thu, 6 Feb 2014 15:07:30 +0100 Subject: [PATCH] Updated readme for #95 and #91 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 057a156b..80b501d3 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,24 @@ Apart from selecting a protocol to use, you will also need to supply a number of jumpstation If set to a non-null value, this property contains the connection options used to connect to an SSH jumpstation (See Tunnelling). Recursive configuration is possible, i.e. this property is also available for the connection options of a jumpstation. + + localCopyCommand + The command used when copying files for which both source and destination are on the same remote machine. Instead of streaming the files over the local host, the file is copied locally to the remote host. The string {0} is replaced with the value of the path of the file/directory being copied. The string {1} is replaced with the value of the target path. The default value is: + + + + + jumpstation + If set to a non-null value, this property contains the connection options used to connect to an SSH jumpstation (See Tunnelling). Recursive configuration is possible, i.e. this property is also available for the connection options of a jumpstation. + + + jumpstation + If set to a non-null value, this property contains the connection options used to connect to an SSH jumpstation (See Tunnelling). Recursive configuration is possible, i.e. this property is also available for the connection options of a jumpstation. + Apart from these common connection options, some protocols define additional protocol-specific connection options. These are documented below, with the corresponding protocol.