NetBeans 7.0 Accidentally Deleting Files from a Server in the Download Command

  • I am adding a new PHP project from a remote server
  • Downloading source files to a computer.
  • When Netbeans uploads files, it randomly deletes files from the server.

Why is this happening?

My configuration:

Netbeans 7.0, default configurations. 
Remote Sever via SSH. (sftp)
+3
source share
1 answer

This issue was recorded, reproduced, and apparently fixed for goal 7.1.

http://netbeans.org/bugzilla/show_bug.cgi?id=202673

In the meantime, after each full load of your site, do a search in the console window of the remote log for the command DELE(match case, whole word). This will determine for you which files were deleted, and you can re-upload them.

, -, .

, Upload On Save, , , .

, .

+4

All Articles