PDA

View Full Version : Connect to SFTP server?




Bruce Lee, PhD
Aug 24, 2004, 06:52 AM
Is there any way to use the finder to connect to an sftp server? I've been using macsftp carbon, but I don't really like it so much.



wrldwzrd89
Aug 24, 2004, 07:12 AM
Is there any way to use the finder to connect to an sftp server? I've been using macsftp carbon, but I don't really like it so much.
The Finder's FTP browser doesn't support SFTP, as far as I'm aware. Your best bet is to Search Google (http://www.google.com/search?q=SFTP+Mac+OS+X&ie=UTF-8&oe=UTF-8) or Search VersionTracker (http://www.versiontracker.com/php/search.php?mode=basic&action=search&str=SFTP&plt%5B%5D=macosx&x=13&y=8).

tomf87
Aug 24, 2004, 07:15 AM
Terminal does, if you don't mind command line. Open Terminal (under Applications | Utilities) then click File, then Connect to Server. Or you can use the shortcut Shift+Command+K.

jeremy.king
Aug 24, 2004, 09:55 AM
If you don't like command line interfaces, use fugu (http://rsug.itd.umich.edu/software/fugu/)

janey
Aug 24, 2004, 12:52 PM
fugu is okay, but i prefer transmit (http://panic.com/transmit) and cyberduck (http://cyberduck.ch) in particular for sftp.

superbovine
Aug 24, 2004, 03:41 PM
fugu is okay, but i prefer transmit (http://panic.com/transmit) and cyberduck (http://cyberduck.ch) in particular for sftp.

i am with uber and transmit. imho, doing it from terminal invovles a lot of typing i usually don't want to do.

JFreak
Aug 24, 2004, 04:05 PM
i also recommend transmit if the gui is a must... but nothing beats the command-line sftp ;)

LeeTom
Aug 24, 2004, 04:13 PM
Transmit all the way. best ftp application for ANY platform, EVER.

Lee Tom

Bruce Lee, PhD
Aug 24, 2004, 06:33 PM
thanks everyone; i'll do some downloading and see what i like. sounds like transmit and fugu are the ones to start with.