[snip]
I need to grab five pages from a web site every day and then FTP those
pages
to another site.

I was wondering if I should grab all five pages (and store them
somewhere)
and then FTP all five.
[/snip]

This sounds like the more prudent move as it is more efficient. You can
also confirm that you have received all five before establishing any FTP
connection (if it would be invalid to FTP less than the full set). 

HTH

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to