I am trying to upload (modify, edit, delete ues) files to the directory with Wordpress using Filezilla. I can only use the local directory with my login name, but the Wordpress directory does not have permission to write to.
There are a few ways around this. You could upload them to a directory on the remote server that you do have access to, like your home directory, and then sign in through SSH and move the files over to the correct location (using sudo or by signing in with root).
Another alternative is to log in as the root user when connecting through SFTP by giving a command like `sftp root @ your_server_ip`. You would then have adequate permissions to transfer the files to the web root as you are attempting to do.
But this does not work for me.
There are a few ways around this. You could upload them to a directory on the remote server that you do have access to, like your home directory, and then sign in through SSH and move the files over to the correct location (using sudo or by signing in with root).
Another alternative is to log in as the root user when connecting through SFTP by giving a command like `sftp root @ your_server_ip`. You would then have adequate permissions to transfer the files to the web root as you are attempting to do.
But this does not work for me.