diff --git a/app/Classes/Protocol/Binkp.php b/app/Classes/Protocol/Binkp.php index 043686a..ee3afa5 100644 --- a/app/Classes/Protocol/Binkp.php +++ b/app/Classes/Protocol/Binkp.php @@ -1333,7 +1333,8 @@ final class Binkp extends BaseProtocol && (! $this->sessionGet(self::SE_NOFILES)) && (! $this->send->fd)) { - $this->getFiles($this->node); + if (! $this->send->togo_count) + $this->getFiles($this->node); // Open our next file to send if ($this->send->togo_count && ! $this->send->fd) {