将远程sftp目录映射到本地目录centos
方法1:yum安装 默认源无该工具,须要先安装EPEL源 yum install -y epel-release yum -y install fuse-sshfsssh
sshfs ${remoteHost} ${remoteDir}工具