in reply to Re^2: Net::SCP::Expect Error Handling
in thread Net::SCP::Expect Error Handling
The option stdout_file indicates a file name where to redirect the output from the command. stderr_to_stdout indicates that stderr should be send to the same place as stdout. That combination is equivalent to the shell >./scp-capture 2>&1.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SCP::Expect Error Handling
by siddhanta (Initiate) on Jan 29, 2016 at 11:20 UTC | |
by salva (Canon) on Jan 29, 2016 at 12:38 UTC | |
|
Re^4: Net::SCP::Expect Error Handling
by siddhanta (Initiate) on Jan 29, 2016 at 11:03 UTC | |
by salva (Canon) on Jan 29, 2016 at 11:11 UTC |