mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: FTP - execute SIZE command in the binary mode (fixes #2510)
This commit is contained in:
parent
69b61db9ac
commit
85f15abb5a
1 changed files with 1 additions and 0 deletions
|
|
@ -850,6 +850,7 @@ begin
|
|||
Message:= UnicodeString(FSock.RecvPacket(1000));
|
||||
LogProc(PluginNumber, msgtype_importanterror, PWideChar(Message));
|
||||
end;
|
||||
FTPCommand('TYPE I');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue