This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241202

Summary: File saving on FTP upload
Product: php Reporter: jshafe
Component: FTP SupportAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jshafe 2014-01-31 00:28:17 UTC
Hi,

First of all, thanks for such an excellent development environment! It's truly a pleasure to use. One thing our team would like to see changed is that when you upload a file manually, using the built-in FTP upload function, all modified files get saved automatically, instead of just the file that's been uploaded. The program works fine when uploading is triggered by saving, just not the other way around. This makes it difficult to remember which other files have been modified, so if uploading could save only the file being uploaded that would be great.

Thanks a lot.
Jeff
Comment 1 Jaroslav Havlin 2014-01-31 09:12:16 UTC
Thank you very much for kind words. I guess they are targeted mainly towards PHP team.

I think that FTP support relates to PHP projects only.
Reassigning. Tomas, please evaluate this bug. Thank you.
Comment 2 Tomas Mysik 2014-01-31 09:47:31 UTC
Well, we save the files before (any) action is invoked so this would not be so easy. Also, when NetBeans saves files, it does not know yet which files will be uploaded (one selects them later in the dialog).

BTW what is the issue here? Why saving all files does not work for you?

Thanks.