scottctr
scottctr

Reputation: 803

Access mdb Requires Password After FTP

I have an Access mdb (Jet 4.0) that I'm FTPing. No password is required on the source mdb, but it's asking for one when I open the Ftp'd file. I have no idea what password it's looking for. FWIW, the ftp'd file size matches the source's file size exactly and since this is still in development, the source and target files are on my local box.

Can someone point me in the right direction on where to look?

Any insight is appreciated! Scott C.

Upvotes: 1

Views: 111

Answers (1)

scottctr
scottctr

Reputation: 803

Resolved. I was reading the file as if it were ASCII text and trashing the content of the file. Once I realized this and just read the raw bytes, all was good.

Upvotes: 2

Related Questions