Hello Monks
I am using an SCP command to send a file to UK server. Its working on the command prompt giving return code "0" where as when I run through scheduler it returns me "256" as return but the file successfully got scp'ed...any ideas...my code is below not enitre code just SCP
my $scpcp = "scp $rfilewithpath $destdir";
my $ret = system("$scpcp");
print STDERR "scp return code is $ret\n";