in reply to Re^7: Unable to connect to some SFTP servers using Perl::SFTP
in thread Unable to connect to some SFTP servers using Perl::SFTP
unless (fork()) { my $i; for($i = 0; $i <= $#fields; $i++) { $fields[$i] = quotemeta($fields[$i]); } #print $fields[0] ; system("gnome-terminal --title $fields[0] -x bash -c './uploader0.1.pl + $index @fields $file2send; echo Press any key to exit ...; read -n1' +"); exit(0); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Unable to connect to some SFTP servers using Perl::SFTP
by skylinedreamer (Novice) on Apr 15, 2013 at 02:36 UTC |