On Thu, 24 Oct 2002 11:21:43 -0400, "henry isham" <[EMAIL PROTECTED]> wrote:
>Hi all,
Hi there!
>I ran across this error when try to compile a simple Net::FTP script. Anyone see this
>before? Am I forgetting to do something??
>
>Error below:
>
>Convert\EBCDIC.pm:
> error: Can't locate Convert\EBCDIC.pm
> refby: E:\Perl\site\lib\Net\Cmd.pm
You can ignore this "error". It is actually downgraded to a warning in
later versions of PerlApp.
>&Digest::MD5::md5_hex function called with reference argument at /PerlApp/PerlAp
>p/Util.pm line 252, <$f> line 1.
This is a bug in PerlApp itself. It is mostly harmless, but you can get
rid of it by upgrading to PDK 4.1.2 build 404.
>Script below:
>
>use Net::FTP;
>open (STDOUT, ">c:\\StandardChartered\\standardchartered.log") or die "\n\nCould not
>open standardchartered.log output file.\n";
>$ftp = Net::FTP->new("192.168.35.9", Debug => 1);
>print STDOUT $ftp->message;
>$ftp->login("ftpguest",'guestpass');
>print STDOUT $ftp->message;
>$ftp->get("StandardChartered.txt","c:\\StandardChartered\\StandardChartered.txt");
>print STDOUT $ftp->message;
>$ftp->quit;
>print STDOUT $ftp->message;
>close STDOUT;
>
>
>The resulting exe doesn't work. So I need to resolve this so that I can deploy to the
>user. Thanks in advance for your help.
This failure has nothing to do with the 2 errors above.
Cheers,
-Jan
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs