*** sftpc-orig.cpp Mon Jan 22 12:24:58 2001 --- sftpc.cpp Mon Jan 22 12:26:08 2001 *************** *** 727,733 **** diagnostic("waiting for the 150"); Reply interReply = readReply(); ! if (interReply.getCode() == RC_FILE_STATUS_OK) { diagnostic("got the 150 as expected"); } else { --- 727,733 ---- diagnostic("waiting for the 150"); Reply interReply = readReply(); ! if (first(interReply.getCode()) == RCF_POSITIVE_PRELIMINARY) { diagnostic("got the 150 as expected"); } else {