scliburn Posted July 27, 2006 Share Posted July 27, 2006 i haen't found the answer so im posting.can the ftp functions use wildcards to get alike files?Anyone know of this? Any examples of such? Link to comment https://forums.phpfreaks.com/topic/15821-ftp-with-wildcards/ Share on other sites More sharing options...
shocker-z Posted July 27, 2006 Share Posted July 27, 2006 mget *.htmlshould get all .html files but i spose it depends on the server..Is this really PHP question? or are you looking at PHP FTP function specific wildcards?RegardsLiam Link to comment https://forums.phpfreaks.com/topic/15821-ftp-with-wildcards/#findComment-64750 Share on other sites More sharing options...
scliburn Posted July 27, 2006 Author Share Posted July 27, 2006 yes this is a PHP question. I am writing a small script to download files that all have the same initial characters in their name.Instead of having to run through a function on specific files names i want to grab all files that start with xyz* Link to comment https://forums.phpfreaks.com/topic/15821-ftp-with-wildcards/#findComment-64751 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.