(Hopefully) final fix for FTP fidonet polling
This commit is contained in:
parent
a537b7f5b9
commit
780c3e32c1
|
@ -289,8 +289,8 @@ Begin
|
||||||
If Not Result Then Exit;
|
If Not Result Then Exit;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Result := False;
|
|
||||||
Res := SendDataCommand(Passive, 'NLST');
|
Res := SendDataCommand(Passive, 'NLST');
|
||||||
|
Result := Res = 550;
|
||||||
|
|
||||||
If (Res = 125) or (Res = 150) Then Begin
|
If (Res = 125) or (Res = 150) Then Begin
|
||||||
ResponseData.Clear;
|
ResponseData.Clear;
|
||||||
|
|
Loading…
Reference in New Issue