Mike Malony wrote:
> We're trying to upgrade from 5.6 to 5.8.  Activestate Windows (of
> course)  When using NET::FTP to move files to the mainframe, some files
> are losing the last byte on every record.  Otherwise the parms are the same
>  
> ASCII,
> LRECL=80, # mainframe speak for these records are exactly 80 bytes long
> WRAP, #
>  
> The records are variable length on windows, result in fixed length on MVS.
>  
> I'm working to build a sample script simple enough to recreate the issue.
>  
> Is there a config file for Net::Ftp that might be changing?  Anything
> else that I should look at?
>  
> Thanks,
> Mike
> 

Are you transferring the files as binary or ASCII?

Have turned on logging?

If nothing in the code changed, and you have both 5.6 and 5.8 versions
available try capturing the transfer in wireshark .

John

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to