Has anyone managed to set up their IDE so that files saved to the local file system are automatically published to their server? For example, if I use Eclipse for PHP dev on a windows workstation, is there some way to set things up so that my PHP files are automatically copied to the Ubuntu server running on my LAN? I've considered Dreamweaver but it doesn't allow me to debug my PHP code. I've also used Eclipse on my Ubuntu machine and that works pretty well, but I'm hoping to use Flash Builder 4.5 (based on Eclipse) and unfortunately this product is not available on an ubuntu machine. I'm really hoping to avoid installation of any more daemon-type services on my windows workstation.
I think ideally it would be nice to network the two machines (SMB?) so that my windows desktop has an directory alias which allows me to save directly to a folder on the ubuntu machine. It's been my experience, however, that opening a file over a network is a good way to corrupt the file and experience real problems.
Can anyone recommend a two-machine PHP debugging setup where one is the workstation running the IDE and the other runs the LAMP stack?