mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Ftp plugin
This commit is contained in:
parent
1c701781ea
commit
c22b57be31
1 changed files with 1 additions and 2 deletions
|
|
@ -250,9 +250,8 @@ begin
|
|||
begin
|
||||
LogProc(PluginNumber, MSGTYPE_CONNECT, PAnsiChar('CONNECT ' + ConnectionName));
|
||||
sTemp:= Connection.InitCommands;
|
||||
repeat
|
||||
while sTemp <> EmptyStr do
|
||||
FtpSend.FTPCommand(Copy2SymbDel(sTemp, ';'));
|
||||
until sTemp = EmptyStr;
|
||||
ActiveConnectionList.AddObject(ConnectionName, FtpSend);
|
||||
Result:= True;
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue