wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

The transporter module 'ftp' could not be found #104

Closed stongo closed 12 years ago

stongo commented 12 years ago

Getting this error when starting arbitrator.py Here's my config, not sure what I'm doing wrong:

<server name="ftp push cdn" transporter="ftp" maxConnections="5">
  <host>ftp.host.com</host>
  <username>xxxxxx</username>
  <password>xxxxxx</password>
</server>

Any what problem would be?

stongo commented 12 years ago

Can confirm that "ftp" works in shell so can't see it being a server configuration issue. Someone had mentioned something about "bad file ownership" in the issue queue, but with no further explanation. Should file conveyor be in group root.root or something else?

stongo commented 12 years ago

Fixed by removing file converter and re-installing. Not sure what changed.

karschsp commented 11 years ago

Anyone else still having this issue (besides me)? Any possible solutions?

wimleers commented 11 years ago

@karschsp: Using 0.3-dev or later? Are you sure permissions aren't preventing Python from finding these files?