i use this component download a big file (about 200M) from my ftp server, the program is:
ftp.Get("e:\\my.log","ex060210.log");
but when download about 70M , the error happened , i try this many times, :(
the error is :
"the process can't access file: my.log, because the file is using by another process "
but actually the localfile my.log is not by using or access!
why??