I've been given access to a WAMP Server (Windows Server 2003) by two different methods:
1) FTP
2) Remote Desktop Protocol (RDP)
The FTP config seems really wrong. When I login, The files I see appear to have nothing at all to do with the actual htdocs folder of the web server. I'm still trying to figure out what that gives me access to.
I can login using remote desktop protocol and browse the entire computer, but in order to publish files to it, I have to
switch to the Remote Desktop Client
manually drag/drop or copy/paste changed files from my local shared hard drives to the server
look at results in a browser
minimize RDP client and return to IDE running on my local machine to make more changes
* repeat
This workflow totally sucks. Is there any way I can have visibility to the remote machine as a mapped network drive or something so I can save directly to the remote machine and dispense with the RDP client?
Any help would be much appreciated.