> Hi there:
>
> I'm having a serious problem with the FTP function for Active State
Perl.  The
> code I am using is as follows:
>
> $ftp = Net::FTP->new("$ftp_server_name", Debug => 0) ||
&server_error;
> $ftp->login("$ftp_user","$ftp_pass");
>
> $ftp->type("A");
>
> $ftp->put("$upload_filename");
>
> $ftp->quit;
>
> It is unable to FTP .XLS or .DBF files (it can FTP .TXT and .CSV files just fine).  The .DBF and .XLS files that are sent through this > FTP function are unreadable.  I have used internet explorer to FTP
the same
files,
> and they are fine.  Let me know if there is another FTP function I
can use, or
> if the latest version of ActiveState Perl has a fix for this.  Just
wanted to
> get a solution for this, cause it seems like an obvious bug with the
Perl
program !
> that I purchased.
>
> Thanks,
>
> Ted
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to