diff --git a/tsshbatch.rst b/tsshbatch.rst index 535b25d..67d7047 100644 --- a/tsshbatch.rst +++ b/tsshbatch.rst @@ -555,10 +555,14 @@ case, file transfer errors will be reported, but ``tsshbatch`` will continue on to the next transfer request. -.. NOTE:: ``tsshbatch`` does preserve permissions when transferring - files. Obviously, for this to work, the destination has to - be writable by the ID you're logging in with. +``tsshbatch`` does preserve permissions when transferring files. +Obviously, for this to work, the destination has to be writable by the +ID you're logging in with. +.. NOTE:: The file transfer logic cannot cope with filenames that + contain spaces. The workaround is to either temporarily + rename them, or put them in a container like a tarball or + zip file and transfer that instead. Commenting @@ -1129,11 +1133,6 @@ BUGS AND MISFEATURES -------------------- -- The file transfer logic cannot cope with filenames that contain - spaces. The workaround is to either temporarily rename them, or put - them in a container like a tarball or zip file and transfer that - instead. - - You will not be able to run remote ``sudo`` commands if the host in question enables the ``Defaults requiretty`` in its ``sudoers`` configuration. Some overzealous InfoSec folks seem to think this is @@ -1198,7 +1197,7 @@ :: - $Id: tsshbatch.rst,v 1.163 2014/12/10 15:29:15 tundra Exp $ + $Id: tsshbatch.rst,v 1.164 2014/12/10 15:41:56 tundra Exp $ This document was produced with ``emacs``, ``RestructuredText``, and ``TeX Live``.