(Hopefully) final fix for FTP fidonet polling

This commit is contained in:
mysticbbs 2013-09-26 07:45:26 -04:00
parent a537b7f5b9
commit 780c3e32c1
1 changed files with 1 additions and 1 deletions

View File

@ -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;