ftp_alloc
thephpleague/flysystem
Supported Versions: PHP 5, PHP 7, PHP 8
Allocates space for a file to be uploaded
<?php ftp_alloc
(
FTP\Connection $ftp
,
int $size
,
string
&
$response
=
null
):
bool