Issue DetailsWhen uploading files to a FTP site, we sometimes run into issues when we are still using or have open the files that we want to upload to the ftp server. In this case, we will receive such error like this.
FTP Folder Error-----------------------
An error occurred copying a file to the FTP Server. Make sure you have permission to put files on the server.
Details:
The process cannot access the file because it is being used by another process.
-----------------------
OK
---------------------------
If you are uploading a Database such as Access, when the Access program is open, a file called a lock file is created. This lock file has a .ldb extension appended to it and is created when you open your database with the extension created when a client on the internet accesses Accesswell.
The error that appears does not mention that the file is locked or in use, instead it thinks that there is a permissions issue instead, this is not correct, but never the less, it is a problem that can be easily fixed.
Recreate IssueOpen your database in Access. Drag the file into the FTP window you have open in Windows Explorer.
The error that appears does not mention that the file is locked or in use, instead it thinks that there is a permissions issue instead, this is not correct, but never the less, it is a problem that can be easily fixed.
Resolve IssueIn most programs, such as Office Access, Word, Excel, and others, there is a menu option that lets you close the project without closing the entire application.
- Click on [File]
- The choose [Close]
Now, try to upload your file to the FTP server and it "should" go without an issue.
If you still experience this error even after closing the project, go into the folder that the project is located in, and see if you have a lock file associated with the file in question, if it exist, [Delete It] and then try to upload your file again.