Skip to content

ftp_get/ftp_nb_get resumepos offset is maximum 10GB #10521

Closed
@cyber4len

Description

@cyber4len

Description

The following code:

<?php

$ret = ftp_nb_fget($conn_id, $fout, "test.bin", FTP_BINARY, 12345678910);

Resulted in this commands sent to FTP server:

REST 1234567891
RETR test.bin

But I expected this commands instead:

REST 12345678910
RETR test.bin

PHP Version

PHP 8.0.12

Operating System

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions