systech44 Posted March 30, 2010 Share Posted March 30, 2010 I wish to download the folder full with images from the server and save it to some location of my PC by default. Please help by providing some coding. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/196964-download-folder-with-images-inside/ Share on other sites More sharing options...
ignace Posted March 30, 2010 Share Posted March 30, 2010 download-files.cmd ftp -vin -s:download-files.txt download-files.txt open www.domain.com user username password cd path/to/directory !cd path/to/local/directory binary mget *.jpg Modify this script to your needs and add a windows task to run this script every now and then PS i did not test this script Quote Link to comment https://forums.phpfreaks.com/topic/196964-download-folder-with-images-inside/#findComment-1034083 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.