change to check for both if you have more than one machine and at
different OS lvls.
Thanks,
Tommy Holden
From:
donna lester <donna_lester_ny@xxxxxxxxx>
To:
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Date:
06/05/2008 10:49 AM
Subject:
V5R4 FTP
FTP reply code changed For V5R4, the FTP server was changed to return a
reply code of 226 instead of 250 when a successful data transfer has been
completed. This made the FTP server compliant with RFC 959, which states
that if the data transfer connection is closed after a successful data
transfer, the reply code should be 226. If you have FTP scripts that are
expecting the 250 reply code, you should change the scripts to expect a
226 reply code for a successful data transfer.
Is there any other solution rather changing to reply code 226?
Thanks,
Donna.