Operating System - OpenVMS
1753613 Members
5695 Online
108797 Solutions
New Discussion

Re: Error FTP on OPENVMS

 
EPENOY
Occasional Visitor

Error FTP on OPENVMS

I can't get files from Windows FTP server.

Il have the message :

$ cop /ftp  Server"username password"::"/remonte/NomFichier.dat" testam.txt     

%TCPIP-E-FTP_OUTPROCF, error processing output file ASTR$ROOT:[000000]TESTAM.TXT;2

-RMS-W-RTB, 64512 byte record too large for user's buffer

The file seems to be on stream_lf format

When the size of file is less than 30000 bytes, it's OK

Is there some logicals names to prevent this error ?

 

Thanks for your help

 

 

 

3 REPLIES 3
Steven Schweda
Honored Contributor

Re: Error FTP on OPENVMS

> The file seems to be on stream_lf format

   It does?  One long (file-size) record?

   I'd try adding /BINARY.  You may need to fiddle with the file
attributes after the transfer.

EPENOY
Occasional Visitor

Re: Error FTP on OPENVMS

HI,

 

Thanks for your answer.

 

I did it but the file conversion with FDL Stream_lf format doesn’t work.

I wrote a program wich analysed each character.

May you help me to convert  the file without using the program ?

Steven Schweda
Honored Contributor

Re: Error FTP on OPENVMS

> [...] the file conversion with FDL Stream_lf format doesn't work.

   With my weak psychic powers, I can't see the data in the original
file, or the data in the transferred file, or what you did as your "the
file conversion".

> I wrote a program wich analysed each character.

   I can't see your "a program", or what it might do, either.

> May you help me to convert the file without using the program ?

   Based on what information do you expect anyone to help you?