Posts by Kaleo • 25 points
3 posts
-
-1
votes2
answers316
views -
0
votes2
answers1156
viewsA: Download FTP via PHP
maybe this helps not to forget the permisation in the folder where the code will run <?php // define some variables $local_file = 'teste.pdf'; //nome do arquivo sera salvo $server_file =…
-
0
votes1
answer129
viewsQ: How do I download an FTP directory via php?
Well I managed to download a specific file from my FTP via php , but I need to download an entire directory someone knows how to do this, already found example in PHP manual more anything! my code…