Level 18
Check out Laravel's Storage facade FTP driver
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I am in need of a FTP package for Laravel but unable to find, my client requirements are that he will create a list of FTP accounts (URL, username, password) and from a drop-down, he will select FTP host and file will be transferred to that FTP server.
I try to use native ftp_connect() but getting Call to undefined function ftp_connect()
Please or to participate in this conversation.