...
- CyberDuck (Mac and Windows)
- Dreamweaver
- Mac "Connect to Server" option
- More information can be found here
Directory Layout (file locations)
Depending on what services you are running, once you've successfully connected with your webdav client, you should see something similar to the following:
Coldfusion instances
<instance-name> |
| |
| htdocs | The root/Home for your application |
| jars | Directory for customer to upload/install new/additional jar files, like database drivers or custom built jars |
| server10 | Coldfusion instance settings and configurations. Tread lightly here - modifications in this area could break the Coldfusion install |
| confs | Customer created/modified apache configuration files (apache include files) |
"LAMP" instances
<instance-name> |
| |
| htdocs | The root/Home for your application or website |
| confs | Customer created/modified apache configuration files (apache include files) |
...
Git/Mercurial files - EXPERIMENTAL
...
If you requested to have git or mercurial installed and setup on your VM and instance, you will see additional subdirectories like "repos", "git", or "hg". For more information on version control options and setup, please see GIT Info or Mercurial Info.
| Anchor | ||||
|---|---|---|---|---|
|
...