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 - File saving on FTP upload
Summary: File saving on FTP upload
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 00:28 UTC by jshafe
Modified: 2014-01-31 09:47 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.