Re: PutFile and Resume (General questions)
Hi,
I found problem: I setup MaxTransferRate after Connect method. But if I put it before two execution of PutFile OR GetFile both run correct.
If I run PutFile AND GetFile ( and vice versa ) second execution run without transfer limits.
I test that on CoreFTP server and mini-sftp-server as localhost.
MaxTransferRate = 50*1024.
After uploading/download I check TransferRate property.
Thanks, Roman