× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



The ftp stops at a certain record and disconnects and the file we receive is the same every time we try to get it with the same record count.

So you're receiving part of the file, but not all of it? Is that correct?
From the log you posted, I would've assumed that you didn't receive
anything, because that's the most common problem with FTP. But, in reality, you're receiving part of the file. If that's the case, you can rule out a bunch of things:

a) It's not a firewall issue.
b) It has nothing to do with passive vs. standard FTP mode.
c) It has nothing to do with permissions.

The error message in your log says this: "Unable to receive data from TCP/IP.". This means that something went wrong during communications. I don't see how that could possibly be bad data in the file! FTP doesn't care what data is in the file... The fact that downloading this file works just fine from a PC makes it clear that the contents of the file aren't the problem. (Unless the FTP client is giving you incorrect error messages, of course!)

Perhaps there's a bug in the TCP/IP stack in i5/OS. Or perhaps ICMP is blocked by a firewall... I've had that problem where someone blocked ICMP and that caused my FTP transfers from i5/OS to get disconnect errors. Solved the problem by using a FreeBSD FTP proxy.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.