Site Admin
Joined: 13 Jul 2003 |
Posts: 8363 |
|
|
 |
Posted: Thu Jan 17, 2008 12:38 pm |
|
 |
 |
 |
 |
sure.
basicly, you'll need you files in a local directory structured the same way as on the remote server. I mean that the same files should be located in the same subdirectories.
then you create a project and an FTP account in the IDE.
project will point to the local directory as a root of the project and your web server in the remote URL and remote path.
With this aproach you will be able to a) upload local files or directories to the server b) download back server's copies c) clicking run buttong with local file opened, you'll launch corresponding remote file on the server and certainly you'll be able to step with the debugger in the remote files.
|