jbardin / scp.py

scp module for paramiko
Other
535 stars 137 forks source link

Enhancement on scp.py for issue 184 #185

Closed liliangnike closed 10 months ago

liliangnike commented 10 months ago

This is enhance for Python scp to keep identical behavior like native scp command. Python scp should igore non-regular files and continue to download regular files under one folder.

remram44 commented 10 months ago

This seems to skip every error which might be dangerous? At the very least it should be behind a parameter, since scp itself prompts.

liliangnike commented 10 months ago

Oh....we should only limit the code change for recursive scp scenario.

liliangnike commented 10 months ago

Will redo this enhancement.