Skip to content

Commit

Permalink
Merge cc4bd4c into 386f511
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Dec 13, 2018
2 parents 386f511 + cc4bd4c commit e183115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbon/app.py
Expand Up @@ -249,7 +249,7 @@ def __init__(self, fp, user, passwd, path, host='localhost', port=21,

def __call__(self):
"""Transfer a file using FTP over TLS."""
ftps = CarbonCopyFTPS(context=self.ctx)
ftps = CarbonCopyFTPS(context=self.ctx, timeout=30)
ftps.connect(self.host, self.port)
ftps.login(self.user, self.passwd)
ftps.prot_p()
Expand Down

0 comments on commit e183115

Please sign in to comment.