-1

I would need to connect to my FTP server from my website. I'll explain. What I need is for my website to show a login form with username and password to the FTP server and when you log in it will automatically show the content of it. Something similar to what browsers do when you enter ftp:\name servers that ask you for username and password and show the contents of the server.

1 Answers1

-3

There would be a lot of work involved to do this from scratch, your best bet would be to use a package like https://github.com/Nicolab/php-ftp-client

markmoxx
  • 1,492
  • 1
  • 11
  • 21