[PHP-DEV] How can i download 32000 images from another server to my server

2002-03-06 Thread Vishak Tomy
Hello, i tried to download 32000 images from another to my server, through the code, $conn_id = ftp_connect("$ftp_server"); $login_result = ftp_login($conn_id, "$ftp_user_name", "$ftp_user_pass"); if ((!$conn_id) || (!$login_result)) { echo "Ftp connection has failed!"; echo "

[PHP-DEV] list files date wise

2002-05-24 Thread Vishak Tomy
hello., how can i list files in a folder date wise? I want to down load files having current date, i tried with ftp_nlist but it is listing all files. it consume time. if i can list file in folder with ftp_nlist or some other command i can can download only the needed files, so that i can save sc

[PHP-DEV] list files date wise for down loading

2002-05-24 Thread Vishak Tomy
hello., how can i list files in a folder date wise? ie, to down load latest files. I want to down load files having current date, i tried with ftp_nlist but it is listing all files. it consume time. if i can list file in folder with ftp_nlist or some other command i can download only the needed