最佳答案
I have a directory on my local machine that I would like to copy to a remote machine (and rename it) using Fabric. I know I can copy file using put()
, but what about a directory. I know it's easy enough using scp, but I would prefer to do it from within my fabfile.py
if possible.