Hi I am trying to simply copy files from one location of my server to another via FTP. However when I try to copy my saved files from first location to my second location, the processes keep failing in Filezilla. Below is the history:
Status: Starting upload of /home/zachary/Downloads/ServerInfo/duh/server_info/LDC_plugins/ach-bulletin/tom/jquery.markitup.pack.js
Command: PASV
Response: 550 jquery.markitup.js: Permission denied
Error: Critical error
Any help on figuring this would would be greatly appreciated.
Simple checklist of things to check when having FTP issues: ownership, permissions, make sure they are not chattr'ed, make sure the passive FTP ports are open in the FTP config and the firewall.
Please give more info. What is FTP Server software are you using, what OS is the server running on. Are you copying the files from one folder to another on the same serer, or from a client machine to the server, etc...
the issue is with the permissions on the server. you need to ensure that your user account you are logged in with has at least 755 permissions on that particular folder.