I have a working fab configuration. For example, I can 'put' a file. But when I 
try to 'put' a directory, I get:


----------------------------------------------------------------
[[email protected]] Executing task 'putdirtest'

Fatal error: put() encountered an exception while uploading 'reqs/'

Underlying exception message:
    No such file

Aborting.
----------------------------------------------------------------



Am I doing something obviously wrong?




from fabfile.py:

def putdirtest():
    put('reqs/', 'reqs/')
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to