Delete files on a remote server

I have a PHP project in NetBeans with deleted files (via sftp). When I create, I modify all these changes that occur both locally and on my web server. However, when I try to delete a file or folder, it is deleted only locally. What could be the problem?

Permissions seem to be in order, all files belong to the user that I use to access the server. I am using Netbeans 6.9.1, the default configuration, all installed updates.

+5
source share
3 answers

Netbeans does not have a synchronization function. It is limited to downloading and uploading files. What you can do is use an external tool, for example WinSCP is able to synchronize local and remote directories.

+2
source

I read what you wrote ... but I think it might be a permissions issue.

I also use NetBeans, and when I delete a file from the project window, it first deletes it locally and then syncs with my server.

I go through sftp (using vsftp) as root, which is bad, but you can try this too to make sure that this is a permission problem.

0
source

. :

  • " "
  • " :
  • , ""

-1
source

All Articles