remote server deployment issue

Love this tool so far, but I cant get VS2005 (stand-alone) to deploy for me.

My remote server is running linux, and I setup the "remote server project" using SFtp(SSH), and VS.php was able to import all the files from remote server onto my pc in some temp caching directory. I am able to debug just fine, but any changes I make to these php scripts do not get populated to the remote server. If I click on Build => Deploy proj_name, I get the message that that project does not have deployment settings configured(message pasted below).

I have done my setup exactly like the video tutorial for creating remote server project. What else do I need to setup so that when I change the php script in IDE, it can be automagically deployed to server? Thanks in advance.

ND

==================================================================================
------ Deploy started: Project: royal_sco, Configuration: Remote PHP 5 ------
The project does not have a deployment settings configured.
Finished copying files.
========== Build: 0 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========

Comments

    There are two types of

    There are two types of projects, one that imports the files locally and another one that lets you work directly on the remote files. Which one are you using?

    If you have deployment properties showing on your project properties, then you used the import project. If so, create a new project but select, remote server project.

    I did select the "remote

    I did select the "remote server project" option, and it was not updating the files on the server although no errors were reported when i clicked save.

    It is working now on the same projects so i dont know what got disconnected there.. Is there any (scp/sftp) logging available to look at if i run into this in future?

    Thanks