need to validate a transfer's success. Since the
Code:
put()
methods don't return anything.
Actully, there is no space on the server and we trying to download the file from ftp server. In this case, "put" command should return io exception but it is giving success and file was created on the server as zero kb.
Thanks in advance.