FIX: FTP - execute SIZE command in the binary mode (fixes #2510)

This commit is contained in:
Alexander Koblov 2025-09-21 18:36:02 +03:00
commit 85f15abb5a

View file

@ -850,6 +850,7 @@ begin
Message:= UnicodeString(FSock.RecvPacket(1000));
LogProc(PluginNumber, msgtype_importanterror, PWideChar(Message));
end;
FTPCommand('TYPE I');
end;
end;