Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting files on remote server

I have a PHP project in NetBeans with remote files (over sftp). When I create, modify anything these changes happening both locally and on my web server. However when I'm trying to delete a file or a folder it gets erased only locally. What could be the problem?

Permissions seems to be ok, all files belong to the user I'm using to access the server. I'm using Netbeans 6.9.1, default configuration, all updates installed.

like image 320
mnf Avatar asked Nov 15 '22 03:11

mnf


1 Answers

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

like image 181
Vilius Paulauskas Avatar answered Dec 16 '22 11:12

Vilius Paulauskas