(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;
|
||||
End;
|
||||
|
||||
Result := False;
|
||||
Res := SendDataCommand(Passive, 'NLST');
|
||||
Result := Res = 550;
|
||||
|
||||
If (Res = 125) or (Res = 150) Then Begin
|
||||
ResponseData.Clear;
|
||||
|
|
Loading…
Reference in New Issue