Posts by Iryston Vinicius • 23 points
1 post
-
2
votes1
answer1607
viewsQ: Read Remote File via FTP with PHP
Hello, I would like your help to solve the following problem. And if possible help me to understand what happens Code: $FTP_HOST = "ftp.exemplo.com"; $FTP_USER = "usuario"; $FTP_PASS = "senha";…