utils.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:jarvice_cli 作者: nimbix 项目源码 文件源码
def _remote_path_isfile(sftp, remote_path):
    if _remote_path_exists(sftp, remote_path):
        mode = sftp.stat(remote_path).st_mode
        if stat.S_ISREG(mode) and not stat.S_ISLNK(mode):
            return True
    return False
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号