|
I've had similar problems with WAR FTPD servers. It's not the AS/400's FTP, either... any TCP session will have problems with WAR FTPD whenever WAR sends a large message or file to the AS/400. This is PURELY a guess, based on some network sniffing that I did to try to troubleshoot the problem, but: The problem appears to be that WAR assumes that data sent over TCP/IP will always arrive in 1500 byte packets, and does not correctly follow the standards that allow TCP to work over any size packet. Since the AS/400's networking usually uses a 576 byte packet, it cannot talk to a WAR FTPD. To solve this problem, I ran an FTP proxy on a PC, and I have the AS/400 connect to the WAR daemon via the proxy. Yes, it's a hack, but the FTP server was run by a customer who doesn't believe me when I explain the problem. They say that "it works for everyone else." Of course, everyone else is running Windows. Good luck :) On Tue, 27 Nov 2001, Charlie Browne wrote: > > Hope someone can help me ;) > > I am using WAR FTP to pass data between my AS400 and a PC server. > From the AS400, I can do a GET and it will copy data to my AS400. > From my AS400, I can do a PUT (using a Source PF) and it will copy > data to my PC. > From my AS400, When I do a PUT (using a database file), it will not > copy the data to my PC > > Anybody have any idea what is wrong? > > Charlie Browne >
As an Amazon Associate we earn from qualifying purchases.
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.