VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

scp to server is broken #9

Closed remram44 closed 9 years ago

remram44 commented 9 years ago

This is not a bug in tej.

scp.py fails when transferring multiple directories at once.

jbardin/scp.py#41 is my fix initial attempt but it looks like there are more pitfalls.