Operating System - HP-UX
1836417 Members
2728 Online
110100 Solutions
New Discussion

binary file transfer with ftp fails

 
Kalwies, Artur
Occasional Contributor

binary file transfer with ftp fails

Hello,
our customer want transfer files from an 11.11
host to an 10.20 host with ftp.
If he choose binary transfer a mget hangs but
with ascii transfer the mget works.
With 11.00 the binary transfer has worked.
Is there now a bug with 11.11?

Thanks in advance
4 REPLIES 4
Massimo Bianchi
Honored Contributor

Re: binary file transfer with ftp fails

Once i had similar problems.

There were bugs in the arpa that caused some binary sequences to be interpreted as a EOT, thus closing the connection.

Check if you are up2date with the patch bundles.

Massimo
Mark Grant
Honored Contributor

Re: binary file transfer with ftp fails

My guess was a patch problem too but I can't find any patch that specifically addresses this problem.

However, it sounds like you need to get the latest patch set for 11i.

Alternatively, "uuencode" the data first :)
Never preceed any demonstration with anything more predictive than "watch this"
Kalwies, Artur
Occasional Contributor

Re: binary file transfer with ftp fails

For clarification,
on both machines are the actual patches
installed.
The binary tranfers between 11.00 and 11.11
also works.

Massimo Bianchi
Honored Contributor

Re: binary file transfer with ftp fails

Just to understand better the problem: if you invert the roles, the problem still persists ?

using an mput from the 11.i towards the 10.20

I want to understand if the problem may rise in the client/server acrhitecture, or in the transport layer.

Massimo