Tftp for mac sierra

broken image
broken image

$ otool -L /Applications/Skitch.app/Contents/MacOS/Skitch | grep -i curl This is good, because maybe we can get it to use a version that includes sftp! You can also see that the version it ships with does NOT include the sftp protocol (it would have been included on the Protocols line above).ĭoes Skitch embed libcurl, or does it use the macOS provided version? We can check, and it turns out it 'links' against the macOS shipped version, and does not include its own version. Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftpįeatures: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz HTTP2 UnixSockets HTTPS-proxy Warning: technical details ahead! This won't be a slam dunk if you're not comfortable on the command line, or if you don't want to install homebrew. So, I dug in to why 2.9 wouldn't work with SFTP. However, then macOS complained about having an old version, and constantly wanted me to upgrade, which is annoying.

broken image

I was also able to get SFTP working again by manually downgrading to 2.8 as described above.