I need to validate a transfer's success. Since the
put()
methods don't return anything, and the
validateTransfer()
method is not recommended for general use, how would I go about doing that?
I've been trying
FTPReply.getLastValidReply().toString()
to no avail.
thanks in advance for any ideas that you might have.