Re: Using "command" auth keys option to process scp operations
- From: "Richard E. Silverman" <res@xxxxxxxx>
- Date: 30 Apr 2006 17:30:24 -0400
"AMF" == all mail refused <elvis-85383@xxxxxxxxxxxxxx> writes:
AMF> On 2006-04-29, Richard E. Silverman <res@xxxxxxxx> wrote:
>> http://www.snailbook.com/faq/scp-wrapper.txt Change the final line
>> to: system("$scp_server @scp_argv"); ... place whatever code you
>> want after that.
AMF> Did you have a reason for using the scalar version of system()
AMF> (that launches a shell) instead of the list version which would
AMF> be closer to the original script? system($scp_server,
AMF> @scp_argv); No shell => no scares if the arguments include shell
AMF> metacharacters.
Nope; it was just a quick example. This is of course a better idea.
--
Richard Silverman
res@xxxxxxxx
.
- Follow-Ups:
- Next by Date: Re: Using "command" auth keys option to process scp operations
- Next by thread: Re: Using "command" auth keys option to process scp operations
- Index(es):
Relevant Pages
|