07.05.2020

Best Ssh And Sftp Client For Mac

50
Best Ssh And Sftp Client For Mac Average ratng: 8,1/10 2127 votes
  1. Home › Computers and Internet › Best Secure Shell (SSH) client for Windows and Mac OS. Best Secure Shell (SSH) client for Windows and Mac OS. Posted on February 21. If you are looking for the best SSH and SCP clients, I’ve found these to be the best.
  2. SCP is one of the two secure alternatives for your FTP tasks. The other option is SFTP, which is the Secure File Transfer Protocol. SFTP is also known as SSH FTP because, like SCP, it uses SSH for protection.
  3. Top 10 Best SSH clients for Windows / Mac / Linux. PuTTY: It is undoubtedly the most popular SSH client for Windows and Linux platforms for it is extremely easy to use, can even be used as a portable tool and allows saving of profiles.PuTTY is free and can perform telnet, TCP and rlogin.
  1. Mac Sftp Client
  2. Sftp Client Putty
  3. Best Linux Ssh Client
  4. Best Ssh Client For Mac
Active6 months ago

I know that SSH from the command line is easy enough, but would like to give my students that use OS X a GUI option.

Best SSH Clients for Windows. A big missing piece in Windows is the lack of a Linux compatible shell. There are several top SSH clients that fill this void. Cyberduck is a fairly popular file transfer client for Apple Mac and Microsoft Windows. It supports SFTP, FTP, FTPS, WebDAV, Amazon S3, and OpenStack Swift protocols. Cyberduck was built by David V. Kocher, Yves Langisch, and iterate GmbH. WinSCP is the best and free FTP client for Windows users. It is a very powerful FTP client and has all the features in it. Which you will need in an FTP client It also supports SFTP, SSH and old FTP.

Is there a PuTTY equivalent for the Mac?

bmike
168k46 gold badges304 silver badges662 bronze badges
Eric WilsonEric Wilson
5192 gold badges5 silver badges16 bronze badges

12 Answers

If you are looking for something that keeps track of servers/connections via a GUI, Terminal.app will already do that for you. Launch it and then from the menu select Shell > New Remote Connection. This will give you a connections manager window.

dhemplerdhempler

The best GUI application for SSH (and everything else you can do on the command line) is iTerm 2. While the original iTerm had a tabbed interface before Terminal did, iTerm 2 again eclipses Terminal by adding:

  • Support for 256 colors (you'll never go back to 16 colors after using 256)
  • Split panes (the sort of thing you can do in GNU screen or tmux, but at the level of the terminal emulator rather than in a program running on the server)
  • Special provision for integrating with tmux (an alternative to GNU screen, and which most people regard as better & faster than screen)
  • Terminal-level auto-completion (I don't use this feature so I can't detail how it has advantages over shell-level autocompletion: especially if you use the fish shell or zsh, then it may not be better)
  • Growl support
  • an Exposé-like view of your tabs
  • a full-screen view (and you can choose from either its own or OS X's built-in full-screen mode; I greatly prefer iTerm's own full-screen mode, since it doesn't force you to move to a new 'Space', thus allowing Command-Tab to still work properly)
  • paste history (a good complement to the shells' command histories)
  • Search
  • Instant Replay

and a lot more. Some are mentioned here but some are not, such as co-processes, triggers,smart selection, semantic history, and so on. Development is pretty active, but documentation seems to lag behind. I highly recommend it. I've been using it for years now and have never missed Terminal.

(It's possible Terminal does some of the things I mention here--it's been so long since I've used it that I don't recall, but when I switched I paid close attention to the differences and there were lots of advantages to iTerm. And it keeps getting better every few weeks or months.)

iconoclasticonoclast
2,2276 gold badges25 silver badges35 bronze badges

You could also take a look as ZOC6 seems pretty cool.

Nathan Greenstein
21.2k21 gold badges86 silver badges127 bronze badges
user199576user199576

I'm getting along well with Royal TSX.

This is useful for SSH, RDP and VNC based terminals or web-based interfaces.It has a built-in credential management and team-sharing features.

madxmadx

Configure ssh options and connect to ssh hosts manually always make me feel bored and have a lot of trouble. At Codinn we made a couple of GUI tools to make using ssh effortless. Those tools helped ourselves, and may also help you.

Core Shell is a PuTTY alike tool with lots of extra features:

  1. Full-featured terminal, supports 24bit true color.
  2. Support everything in OpenSSH, agent forwarding, certificates, proxy jump, etc.
  3. Can read your existing ssh_config file as the source of advanced options, especially helpful for experienced users.
  4. Also included advanced options editor, a handy way to tune per-host advanced options.
  5. Tightly integrated with macOS Keychain, don't have to enter passwords or passphrases repeatedly.
  6. Always tries to restore your connections after network failure or waking up from sleep.
Yang.YYang.Y

You could try SecureCRT and SecureFX from VanDyke Software.

user48089user48089
Jawa
2,2675 gold badges17 silver badges25 bronze badges
HessianHessian

vSSH is actually an ssh client based on putty. I got it from the app store for about $10.00, so it's a great deal compared to ZOC.

okcomputerokcomputer

If you want to start a gui program from ssh, you can use x11 and relay it with xeyes.

See https://dyhr.com/2009/09/05/how-to-enable-x11-forwarding-with-ssh-on-mac-os-x-leopard/

doriendorien
1751 gold badge3 silver badges15 bronze badges

You need to try Termius (available also as mobile app)

Fred KFred K
4292 gold badges6 silver badges15 bronze badges

Just download Wine and download PuTTy.exe and right click and run through wine and when wine opens hit enter (application support) and give it a second and it will open, just make sure you have a server

StraightModderYTStraightModderYT

CyberDuck is a great option. I used it this semester in complement with Terminal. (CyberDuck is fully functional, we just coded in VI, so using the Terminal for SSH worked better for me.)

You can get CyberDuck for free online, or at a cost on the App Store.

Another option is FileZilla. I used it on Windows for FTP, but I believe that it supports SSH as well. It definitely runs on Mac as well as Windows, so it's another option. FileZilla is also free.

ClientMosheMoshe
5,16223 gold badges64 silver badges114 bronze badges

You must log in to answer this question.

protected by nohillsideJun 19 '16 at 13:00

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged macossoftware-recommendationsshutilities .

Active5 months ago

I need a small graphical utility, using which I can ssh to a server and see all the files and copy and paste (drag and drop) into my local machine.

I am running Snow Leopard.

daviesgeek
22.2k48 gold badges142 silver badges188 bronze badges
xyzxyz
1,4887 gold badges19 silver badges23 bronze badges

13 Answers

A great free FTP client. This is my go-to application. Anytime I need FTP access, I use Cyberduck. It's not quite as lightweight as Fugu, but it adds a lot more functionality than Fugu. I also really like the Growl integration with Cyberduck.

Awesome little FTP client. As I noted above, this is a lightweight FTP client. It is great for simple FTP transfers and browsing. I do like the dual panel navigation.

EDIT: I forgot to add these.

I haven't actually used Filezilla extensively, but from what I've seen of it, I really like it. I downloaded it and played with it for a bit and I really like the tabbed connections. I also like the ability to jump to a path easily.

A free FTP/FTP-SSL client. I don't usually use RBrowser because a $29 upgrade is necessary to unlock other protocols (Local, FTP/SSL/TLS, SFTP-SSH). I do like the Site Manager. It's a handy little thing to have.

I searched and came up with some other free FTP clients:

The one downside I see is that this is for Firefox. The website doesn't make it clear how it works with Firefox, so I assume it is an extension.

This one relies on Google's MacFUSE. Since I don't know anything about MacFUSE, I don't know if this is good or bad.

I have never used Transmit before, but I have used Coda and I definitely would recommend anything from Panic. The only reason I haven't used this because of the $34 price tag.

Never used it, just found it when searching.

An amazing program with a long, long, long mac heritage. It's way up there with Transmit by Panic and Interarchy as a file transfer program loved by long time Mac power users.

Never used it, but looks good from the screenshots. I really like the fact that it looks like Finder. I may have to give this one a try.

Just searching around and found yet another one..It looks pretty nice, except it's no longer supported. However, you can still download it.

daviesgeekdaviesgeek
22.2k48 gold badges142 silver badges188 bronze badges

Transmit

Panic's Transmit tops my list. An extremely well built and executed FTP Client that fully supports sFTP. Priced at $34.

Reolink

Transmit is an excellent FTP (file transfer protocol), SFTP, S3 (Amazon.com file hosting) and iDisk/WebDAV client that allows you to upload, download, and delete files over the internet. With the most Mac-like interface available, Transmit makes FTP as simple, fun, and easy as it can possibly be.

Forklift

Forklift 2 is another terrific client that is just as solid and just as well built. Priced at $29.95.

ForkLift will connect to any remote server FTP, SFTP, Amazon S3, WebDAV, the SMB, NIS and AFP shares on your local network, or your Bluetooth mobile phone- pretty much anything you can plug into or hook up to a Mac. ForkLift also carries a complete toolbox for managing your files, including Folder Synchronization, Batch Renaming, Archive handling, Application deleter, editing files over remote connections and many more. All these power features are packaged into a Finder-like, dual-pane interface that delivers superior workflow while remaining absolutely familiar to use, along with QuickLook, Spotlight search and all.

Cyberduck

Lastly, Cyberduck rounds out the list. It is not as well polished, but it sturdy and does the job. It is free.

Cyberduck is a robust FTP/FTP-TLS/SFTP browser for the Mac whose lack of visual clutter and cleverly intuitive features make it easy to use. Support for external editors and system technologies such as Spotlight, Bonjour, Keychain and AppleScript are built-in.

There are others to be sure, but these are the one's I've used and personally recommend. Additionally, you may want to hit up places like MacUpdate, VersionTracker, or iUseThis for these types of questions. You will find much more diversity and get a better understanding of the programs available to you.

Users are still confused about to installing Thunderbird on Mac. E-mail client for mac. To learn to install Thunderbird Email client on your Mac. Compare to other email Clients, GyazMail is new to the business.

user10355

ExpanDrive acts just like a USB drive plugged into your computer. Open, edit, and save files to remote computers from within your favorite programs—even when they are on a server half a world away. ExpanDrive enhances every single application on your computer by transparently connecting it to remote data.

bmike
168k46 gold badges304 silver badges662 bronze badges
greggreg

FileZilla

I have tried Cyberduck and Flow in the past but Filezilla offers a side-by-side interface which is quite useful. The only limitation with this tool is that it's not really MacOSX-aware, e.g. it shows all hidden files

user9290
viggio24viggio24

Most other answers gave an objective analysis, but I'll share my experience.

Top clients:

  • Flow: really nice interface.
  • Transmit: very fast, can mount as Finder volume.
  • Cyberduck: the best for the inexistent buck.
KuduKudu

Add to others

This provides more of an interface like Finder than the others (stricyly much more like the original NeXT version) Apart form standard ssh/ftp it will syncronise directories etc.

MarkMark
20.9k12 gold badges60 silver badges98 bronze badges

A more recent option is to use the newer implementation of Fuse for OSX in combination with SSHFS. This is a better solution because most of the applications mentioned are either outdated or payed (and expensive).

Fuse for OSX allows you to use new file systems in user space and SSHFS configures the system to allow you to connect to SSH drives automatically, as if they were drives supported by OSX.

FernandoFernando

CaptainFTP is the best choice

Easy to download from itunes:

MetalminiMetalmini

Yummy FTP (commercial) : http://www.yummysoftware.com/

Can't believe the one that blows most of the above out of the water hasn't yet been mentioned.

PeterPeter

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer; explain why your answer is right, ideally with citations. Answers that don't include explanations may be removed.

If you need graphical utility with support for SSH you may try CRAX. This software has a built-in SSH client and after connection to the SSH server it's possible to invoke file operations like copy, move, and delete.

grg
144k25 gold badges229 silver badges340 bronze badges
EWASEWAS

It's worth considering some of the Web-based alternatives, like Monsta FTP (Disclaimer: I'm involved with this).

They save you having to install software on every device; instead you do it all through your Web-browser, with the same features as any desktop client.

Nimesh Neema
24.5k9 gold badges63 silver badges95 bronze badges
Mac
Daniel WilliamsDaniel Williams

If you are working with large files, then maybe consider Truck.app.
It employs rsync for file transfers, which is generally faster than FTP.

Mac Sftp Client

Disclosure: I am the developer of Truck.

davedave

I tried Cyberduck and Transmit. None of them has functionality of preserving modification date. SCP on terminal does that.

Mykhailo LysenkoMykhailo Lysenko

Sftp Client Putty

You must log in to answer this question.

protected by bmikeMar 22 at 11:46

Best Linux Ssh Client

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Best Ssh Client For Mac

Not the answer you're looking for? Browse other questions tagged macossnow-leopardsoftware-recommendationsshftp .