Hello,
I have written a piece of code in php that pulls files back from an ftp site.
I want to go to a directory on the ftp site and copy all of the .jpgs to my local drive.
I have the following line of code which works fine if I specify the unique file name but does not if I specify wildcards. Could anyone help me please ?????
CODE
$download = ftp_get($conn_id, ".", $destination_folder."images/.", FTP_BINARY);
Many thanks in advance
Rowan Trimmer