Encrypted binary class changes

I own a license for Apogee’s FTP Suite, which works well for what I need. My project is in Xojo format for source control. Often when I save and then check the code in, two codes in their Class hierarchy is listed as changed, namely FTPDataSocket.xojo_binary_code and FTPSessionClass.xojo_binary_code. A Diff confirms they are indeed changing somehow, although it is binary so it is impossible to say what. I’m not making any changes or even looking at that Class in Xojo.

Is this normal? I’d ask the vendor, Apogee, but I think Xojo is the one making the changes, so I thought I’d ask for an explanation here first.

Possible.
Code from old IDE versions may have included properties that should not have existed on certain types of class items - like Height and width properties on things like sockets.
Newer IDE’s may strip those out when loading.

OK, thanks. Not sure when they last rebuilt it, but it was been a while. I own the MBS plugin, may have to look at replacing it with CURL at some point.

I used FTPSuite for years and love it. Then I tried for months to contact Apogee but got no replies. I have moved to CURL and haven’t looked back. I’m not sure why Xojo still have this abandoned app on their web pages.