1752618 Members
4738 Online
108788 Solutions
New Discussion юеВ

Re: SFTP -ERROR--

 
jayaprakash136
New Member

SFTP -ERROR--

am trying to SFTP a file. got the below error in VMS.

sftp_test_20.txt (src): got EOF reading file (server msg: 'Encountered EOF.')

Please some one help me on this. How to resolve this issue. Eventhough am getting this warning message i can able to FTP the file successfully. If am using this in batch mode then am getting the result of that job as terminated with errorrs.

It would be great if some one help me immediatly..

Thanks in advance ofr your grate help guys...
3 REPLIES 3
Steven Schweda
Honored Contributor

Re: SFTP -ERROR--

TCPIP SHOW VERSION (or whatever makes sense
with your IP software)?

sftp -"V"

> am trying to SFTP a file.

Not a useful description of what you did.
Actual command? Actual output?

What's at the other end?

> [...] i can able to FTP the file
> successfully.

FTP and SFTP are different.

DIRE /FULL sftp_test_20.txt
James T Horn
Frequent Advisor

Re: SFTP -ERROR--

Most of the files that I transfer using sftp need to first be converted to stream_lf documents.
Richard Whalen
Honored Contributor

Re: SFTP -ERROR--

If the SFTP is from Process Software (MultiNet, TCPware or SSH for OpenVMS), then it most likely encountered end of file while doing an automatic conversion of the file to stream-lf format. SFTP uses an estimate of the file size to figure out how much data it needs to transfer and when the file needs to be converted to stream-lf this estimate is usually high.