--- transgui-5.18.0/rpc.pas.orig 2021-03-08 14:50:01.000000000 +0000 +++ transgui-5.18.0/rpc.pas 2021-03-08 14:52:45.759871869 +0000 @@ -394,6 +394,11 @@ begin sl.Delete(i); end; + if FRpc.RPCVersion > 15 then begin + i:=sl.IndexOf('status'); + if i > 0 then sl.Delete(i); + end; + i:=sl.IndexOf('downloadDir'); if FRpc.RequestFullInfo then begin if i < 0 then