if there's no function to check (which i can;t find real quick) do soething like this:

if (!ftp_mdtm($conn_id, $file) {
echo "File doesn't exist";
} else {
echo "File exist";
}

On Friday, Nov 8, 2002, at 12:01 US/Eastern, Fifield, Mike wrote:

How do you check if a file exists a remote ftp site.

Jule Slootbeek
[EMAIL PROTECTED]


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

Reply via email to