SFTP
Posted Blue眼泪2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SFTP相关的知识,希望对你有一定的参考价值。
sftp -b ${scriptPath}/sftp_get_filelist.txt ${user}@${IP}
#!/bin/bash path=/home lftp -u root,123456 sftp://192.168.20.46 << EOF cd ${path} ls >> ./t.log EOF echo "OK"
以上是关于SFTP的主要内容,如果未能解决你的问题,请参考以下文章