fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] can't 'put' directory


From: David Stolarsky
Subject: [Fab-user] can't 'put' directory
Date: Tue, 31 May 2011 13:40:32 +0200

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


----------------------------------------------------------------
address@hidden 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/')


reply via email to

[Prev in Thread] Current Thread [Next in Thread]