简体   繁体   中英

Improve PHP FTP execution speed?

I am trying to upload images and files with FTP using PHP code. But while uploading, it's taking too much time for uploading large files. I compared FileZilla direct uploading speed(drag and drop in FileZilla) and my PHP's FTP code. I found there is one big difference. The FileZilla is super fast as compared with normal PHP FTP's code. Can I improve the speed of FTP transfer using PHP code?

Have you considered using file transfer acceleration software? For example FileCatalyst TransferAgent can be embedded using JavaScript into web page and can provide fast file transfer on almost any web page (including PHP). With FileCatalyst TransferAgent, you will be able to transfer files with acceleration, transfer complex folder structures and capture all the events back to JavaScript (Transfer complete, transfer error etc...)

Here is a link to the product: https://filecatalyst.com/solutions/filecatalyst-direct/

Yes I work for FileCatalyst.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM