sh 在Mac上安装具有SFTP支持的cURL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Mac上安装具有SFTP支持的cURL相关的知识,希望对你有一定的参考价值。

# Uses packages
# libssh2
# curl

# Install libssh2
brew install libssh2

# Install cURL with libssh2 support
brew install curl --with-libssh2

# Once that is done. Check the curl version with 'curl -V' and look for the
# 'sftp' under protocols.

# If you can't find 'sftp', make sure correct new cURL version is being used.
# You can make sure that by adding this line in your ~/.bash_profile
#     
# export PATH="/usr/local/opt/curl/bin:$PATH"
# 

以上是关于sh 在Mac上安装具有SFTP支持的cURL的主要内容,如果未能解决你的问题,请参考以下文章

Mac OS 测试 HTTP 3

MAC M1 上python 环境搭建趟坑

Mac 上flink的安装与启动

mac 上安装 nvm 遇到的坑

利用brew在mac上安装mysql

mac上finalShell的安装及使用