Skip to main content
Participant
January 24, 2007
Question

Application Development and SSH

  • January 24, 2007
  • 3 replies
  • 351 views
Exaclty what the title and summary say...

Developing a small application for a client and their hosting server requires that I use an SSH tunnel.

While I reached it using Navicat - Dreamweaver isn't playing nice and won't let me connect.

What options do I have regarding this? It has served to be a formidable roadblock and being a designer as opposed to a programmer - my hands are currently flailing in the air in a mass of confusion.

Any help?
This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Inspiring
January 25, 2007
In earlier versions of Dreamweaver, before SFTP was made available, we
pretty much had to develop locally and deploy with a best-of-breed product.
You may have to do the same. Develop locally, then deploy with Navicat. I
don't see much more of an option for you. Granted it's an extra step, but
it will usually work the way you want it to.

Best regards,
Chris

"tiger2808" <webforumsuser@macromedia.com> wrote in message
news:ep870d$iej$1@forums.macromedia.com...
> Being on OSX and not UNIX savvy - how should be approaching this problem?
>
> I'm at a standstill not knowing how to proceed.
> Should I be doing EVERYTHING local?
>
>
>


tiger2808Author
Participant
January 24, 2007
Being on OSX and not UNIX savvy - how should be approaching this problem?

I'm at a standstill not knowing how to proceed.
Should I be doing EVERYTHING local?


Inspiring
January 24, 2007
Dreamweaver, out of the box, will do SFTP, but not FTP over SSH. I believe
there is a technote on the DW Support site that discusses using a
third-party SSH tool (putty, I think?) to create a tunnel to FTP through,
however. Take a look to see if that meets your need.

Best regards,
Chris