An .mdb file screams "Access database". Are you using that same database with your 
site or another, i.e. is there an ODBC datasource
pointing at it? And in the same directory, is there a matching ".ldb" file? If so, 
that's the lock file - which means the db is in
use, and you can't do anything to the file directly (copy/delete/etc).

> -----Original Message-----
> From: Josh Friend [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 04, 2000 6:52 PM
> To: CF-Talk
> Subject:
>
>
> Can anybody tell me what I'm doing wrong?
>
> This is the error message:
>
> "Cannot get remote file /joshDB.mdb to local file c:/inetpub/: Access is
> denied."
>
> Here is the tag that fails:
>
> <CFFTP ACTION="GETFILE"
> CONNECTION="FTP"
> REMOTEFILE="/database.mdb"
> USERNAME="username"
> PASSWORD="password"
> LOCALFILE="c:/">
>
> Thanks in advance.
> Joshua Friend
> Programmer/Analyst
> e-fin, LLC
>
> v. 704.377.7466
> f. 704.377.7469
>
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to
> [EMAIL PROTECTED] with 'unsubscribe' in the body.
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to