Hi I am using the following code to upload a huge file (500MB) to a sftp server. host, $this->port, null); $sftp = ssh2_sftp($connection); $…
Hi I am using the following code to upload a huge file (500MB) to a sftp server. host, $this->port, null); $sftp = ssh2_sftp($connection); $…