[NEW]
- 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]
None
[BUG FIXES]
- Fixed bug that caused program to exit after a failed
file transfer even when -a was specified.
TODO
----
- File Xfer: Renaming
- File Xfer: Globing - what about dirs, do we recurse?
- Options for searching all the command files and hostlistfiles
- Interactive shell?
sudoers Mode
------------
- Capture bad password
- Capture failed command output
- Write the server noise, as it appears to stderr for debug purposes
- Note in docs: In this mode it will HANG waiting for interactive input.
- Note in docs: There is no separation between stdout and sterr in this mode