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 131575 - ability to upload php file to web server upon save in editor
Summary: ability to upload php file to web server upon save in editor
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Other Linux
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-31 04:57 UTC by nocover
Modified: 2009-04-07 12:33 UTC (History)
1 user (show)

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 nocover 2008-03-31 04:57:59 UTC
I'm looking for the ability to upload a php file to the web server upon saving in the editor.  On the wiki page
http://wiki.netbeans.org/PHP there is something about a set of features to syncronize files with the web server for
deployment.  I want to know if upload on save would be one of those features.  It would save developers an extra click
with every single code change and test, and if they wanted to make sure that the local and remote copies were identical
at all times.

Thanks
Comment 1 nocover 2008-03-31 05:02:36 UTC
If there was a way to build a macro to execute a Save operation and do an Upload to FTP Server operation at the same
time, that would definitely help too.
Comment 2 Tomas Mysik 2008-10-15 14:06:44 UTC
Would be nice to have it in the next version of NB.
Comment 3 mintroini 2009-03-26 15:17:58 UTC
Nice new feature. Very usefull
Comment 4 mmoraschinelli 2009-03-27 08:52:50 UTC
Very very usefull, but also without upload confirm
Comment 5 peteford 2009-03-30 10:46:09 UTC
What is also needed is an alternative to ftp - can scp or sftp be added as options?
Comment 6 Tomas Mysik 2009-03-30 11:02:50 UTC
> What is also needed is an alternative to ftp - can scp or sftp be added as options?

SFTP has been added for NetBeans 6.7 M1.
Comment 7 Tomas Mysik 2009-04-07 12:33:16 UTC
Done.