Hi Djordje,
As you noted the FTP class has been refactored. Backwards compatibility should be high, but it's worth reading the (new) docs to see what the ideal approach is.
The control template, and hence old ftp_upload_file etc procedures have been deprecated in favor of the new procedures in the \examples\Capesoft\NetTalk\FTP\ABC procedure.
>> it says that "File Received Ok", I can not find new multi24.ico in that folder.
I believe the files are uploaded into a sub-directory - check the settings in the calling procedure, and check where it is expecting the result to go.
If you believe the new class is not working then please send me (via private email) connection details for the ftp server so I can test from here. You can also try out the Ftp Client procedure in the NetDemo app as that is a good way to test the class.
If the demos work ok, but your program does not, then you may want to consider looking at your FTP code - especially if you have hand-code - and possibly just re-doing it using the new example functions. It's a lot cleaner now than it used to be, so a lot easier to implement, and more reliable.
cheers
Bruce