diff --git a/TODO b/TODO index 071b031..e55f1a7 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,22 @@ [NEW] -- Implemented -s, "silent" option which suppresses all reporting and - header noise and only returns the literal results of each command. +- It is now possible to put file transfer specifications in cmdfiles. + Each must be on its own line and in the same form as if it were + provided on the command line: + + -G /path/to/srcfile destdir + -P /path/to/srcfile destdir + + Any single- or double quotes will be removed. - Added __LOGINNAME__ builtin. For key exchange auth, this will just be the name of the user running tsshbatch. When an explicit login name is provided, either via prompting or command line, that name will be returned by this variable. +- Implemented -s, "silent" option which suppresses all reporting and + header noise and only returns the literal results of each command. + [CHANGES] @@ -17,10 +26,6 @@ TODO ---- -- Make note of other, similar products. - -- File Xfer specs in cmdfiles (and any other cmdline options) - - File Xfer: Renaming - File Xfer: Globing - what about dirs, do we recurse?