From 7e3e1fcabf4bc732bbbb53c1f6bb55a2de8e0d5e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 17 May 2015 07:46:32 +0200 Subject: [PATCH] wrong default dir mode in scp manual page --- manual/Tasks/scp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Tasks/scp.html b/manual/Tasks/scp.html index aad766fe5..e8d66d0da 100644 --- a/manual/Tasks/scp.html +++ b/manual/Tasks/scp.html @@ -197,7 +197,7 @@ for more information. This task has been tested with jsch-0.1.2 and later.

and other modes in the standard Unix fashion. Only applies to uploaded dirs. Note the actual permissions of the remote dir will be governed by this setting and the UMASK on the - remote server. Default is 644. since Ant 1.9.5. + remote server. Default is 755. since Ant 1.9.5. No