FIX: Windows CE 5.1 FTP-server conflict with BullGCOS7

This commit is contained in:
Alexander Koblov 2016-06-04 08:17:39 +00:00
commit d319865a8d

View file

@ -441,9 +441,9 @@ begin
ConvertFromUtf8:= @UTF8ToKOI8;
end;
// Windows CE 5.1
FFtpList.Masks.Add('MM DD YY hh mm !S* n*');
FFtpList.Masks.Add('MM DD YY hh mm $ d!n*');
// Windows CE 5.1 (insert before BullGCOS7)
FFtpList.Masks.Insert(35, 'MM DD YY hh mm !S* n*');
FFtpList.Masks.Insert(36, 'MM DD YY hh mm $ d!n*');
end;
function TFTPSendEx.Login: Boolean;