标签: python-3.x ssh
我想通过SSH与Python3做类似的事情。
import os for root, dirs, files in os.walk('ssh://user@machine//home/user', topdown=False):
有没有办法呢?