- or download this
$sftp->do_mkdir("ftp2SAT5") or "Cannot make directory: $@" . $sftp->er
+ror;
- or download this
$sftp->do_mkdir("ftp2SAT5") or die "Cannot make directory: $@" . $sftp
+->error;
- or download this
$sftp->do_mkdir("ftp2SAT5") and die "Cannot make directory: $@" . $sft
+p->error;