in reply to Re: scp command in perl introduces extra character while copying
in thread scp command in perl introduces extra character while copying
well it is this line that is causing problem
system('/usr/bin/scp', "user\@$i:/tmp/zz.txt", "/tmp/zz_$i\.txt"); /tmp/zz_$i.txt becomes /tmp/zz_$i?.txt where $i is a hostname.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: scp command in perl introduces extra character while copying
by ikegami (Patriarch) on Nov 09, 2011 at 21:25 UTC | |
by surajsam (Initiate) on Nov 10, 2011 at 03:30 UTC |