TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

ssh in dreamweaver?

Page: 1 Reply
Feb 10th 2004#141682 Report
Member since: Aug 28th 2001
Posts: 970
If a webhost told me that I need an ftp client that uses ssh to upload and access a website, is it possible to do this in Dreamweaver?

I built the site in dreamweaver but I don't know much about this ssh stuff.
Reply with Quote Reply
Feb 10th 2004#141693 Report
Member since: Nov 26th 2001
Posts: 2586
I think "SFTP" and "Dreamweaver" on Google will answer your question....

http://www.google.ca/search?q=SFTP+and+Dreamweaver&ie=UTF-8&oe=UTF-8&hl=en&meta=

It appears that Dreamweaver MX does support SFTP.
Reply with Quote Reply
Feb 12th 2004#141950 Report
Member since: Aug 28th 2001
Posts: 970
Thanks for the input. I’m talking more about ssh (Secure Shell (SSH)). I’ve tried using putty but it doesn’t work correctly. I think I’m just going to get cute ftp.

SSH
Reply with Quote Reply
Feb 12th 2004#141951 Report
Member since: Nov 26th 2001
Posts: 2586
SFTP is ftp over SSH. Using Putty you can't do anything but remote management (You can't copy files from your machine to another by using SSH). But what you want is SFTP, which is File Transfer over OpenSSH, ie. Secure ftp.
Reply with Quote Reply
Feb 12th 2004#141954 Report
Member since: Aug 28th 2001
Posts: 970
I downloaded cuteftp Pro the demo version. I plugged the address, username, and password given to me.

I tried setting the protocol to SFTP using SSH2 but its still not connecting. Do you know what I’m doing wrong?
Reply with Quote Reply
Feb 12th 2004#141959 Report
Member since: Nov 26th 2001
Posts: 2586
It's more involved than that. Do a bit of seraching. But basically you create a SSH connection (like using PuTTY or something like that) and then tunnel with that connection using an FTP client like Cute, or Dreamweaver. Look on PuTTY's site in their Docs and it explains a bit about tunneling. You set the tunneling to listen on a local port that is unused - http://www.iana.org/assignments/port-numbers - for a complete list of ports and which ones are unassigned. Then your SSH client forwards that protocal thru the SSH tunnel.

Putty Docs:
http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter3.html#3.5
Reply with Quote Reply
Feb 12th 2004#141962 Report
Member since: Aug 28th 2001
Posts: 970
Welp I got it to work. Thanks for the help!!
Reply with Quote Reply
Feb 13th 2004#141973 Report
Member since: Nov 26th 2001
Posts: 2586
How did you get it to work? Did you use CuteFTP or Dreamweaver?
Reply with Quote Reply
Feb 13th 2004#141986 Report
Member since: Aug 28th 2001
Posts: 970
I ended up just using CuteFTPPro. I set the protocol type to SFTP using SSH2. As soon as I did that it didn't have any problems logging on.
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum