Hallo,
in the API-Documentation I found the method "validateTransfer" of Class "FTPClient".
If I use the method after a put- oder get-Operation of a very large File (300 MB) nothing happends. The Programm hangs and will probaply never stop. I can't find an example in the documentation of how to use this method. Can somebody help me?
I use the method in the following manner:
.....
ftp.put(filetotransfer,targetfile);
ftp.validateTransfer();
.....
Is this okay?
Best Regards
Ingo[/code]