I want to download a directory with unknown contents recursively via SSH and have been trying Paramiko. I have seen several examples how to upload directories but none that
If u using Linux or Unix-like. U can use 'file' utility with popen. Or simple u can use os.path.isdir() =)