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.
Get-FileHash <filepath> -Algorithm MD5
(requires PowerShell v4)? – eddiem