- Notifications
You must be signed in to change notification settings - Fork8k
Closed
Labels
Description
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 1234567891RETR test.bin
But I expected this commands instead:
REST 12345678910RETR test.bin
PHP Version
PHP 8.0.12
Operating System
No response