diff --git a/tsshbatch.rst b/tsshbatch.rst index 464431b..9bbb4e0 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -523,8 +523,6 @@ .getfile /path/to/srcfile destdir # This will get a file .putfile /path/to/srcfile destdir # This will put a file -Any single- or double quotes will be removed. - File transfers are done in the order they appear. For instance, if you have a file transfer specification on the command line and then make reference to a ``cmdfile`` with a file transfer specification in @@ -536,7 +534,7 @@ ``cmdfile``:: echo "Test" - -P "./myfile /foo/bar/baz/" + .putfile "./myfile /foo/bar/baz/" The file will be transferred *before* the ``echo`` command gets run. This can be counterintuitive. It's therefore @@ -572,6 +570,7 @@ except in cases where it would change the syntax of a command or host name. + Includes ======== @@ -1194,7 +1193,7 @@ :: - $Id: tsshbatch.rst,v 1.161 2014/12/10 15:17:26 tundra Exp $ + $Id: tsshbatch.rst,v 1.162 2014/12/10 15:21:37 tundra Exp $ This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.