Help for this page
my $file = "\0" . " " x 256; $scpfile->Text(GUI::GetOpenFileName(-title=>'SCP',-file=>"\0" . " " x +256,-filter => [ "All files", "*.*" ]));
my $host = $reds->GetString($reds->SelectedItem()); ... my $h = start \@cmd, \$in, \$out, \$err, debug => 2; while ($out !~ /100/) {print $out;pump $h;} finish $h or die "returned $?";