Skip to main content

accept FTP uploads and forward via SMTP

Project description

ftpmail

This program accepts FTP uploads (e.g. from a document scanner) and forwards them as emails via SMTP.

It'll terminate the FTP connection as fast as possible, this means directly after the upload has finished. The email process will happen in a separate thread to not block the uploader.

It can do optional optical character recognition (OCR) for scanned PDFs and embed the read text into the PDF file using the great pdfsandwich by Tobias Elze.

Usage

usage: ftpmail.py [-h] --from FROM_ADDR --to TO_ADDR --smtp-host SMTP_HOST
                  [--smtp-port SMTP_PORT] --smtp-user SMTP_USER --smtp-pass
                  SMTP_PASS --ftp-addr FTP_ADDR --ftp-port FTP_PORT
                  --ftp-pasv-min FTP_PASV_MIN --ftp-pasv-max FTP_PASV_MAX
                  [--ocr] [--ocr-lang OCR_LANG]

Send FTP uploads via SMTP.

optional arguments:
  -h, --help            show this help message and exit
  --from FROM_ADDR      Sender email address
  --to TO_ADDR          Recipient email address
  --smtp-host SMTP_HOST
                        SMTP hostname
  --smtp-port SMTP_PORT
                        SMTP port
  --smtp-user SMTP_USER
                        SMTP username
  --smtp-pass SMTP_PASS
                        SMTP password
  --ftp-addr FTP_ADDR   FTP server address which will be returned for PASV
                        requests.
  --ftp-port FTP_PORT   FTP port to bind to.
  --ftp-pasv-min FTP_PASV_MIN
                        FTP PASV minimal port.
  --ftp-pasv-max FTP_PASV_MAX
                        FTP PASV maximal port.
  --ocr                 enable OCR (embeds a hidden text layer in PDF files)
  --ocr-lang OCR_LANG   OCR: language of the text; option to tesseract
                        (defaut: eng), e.g: eng, deu, deu-frak, fra, rus, swe,
                        spa, ita, ... Multiple languages may be specified,
                        separated by plus characters.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftpmail-0.8.2.tar.gz (105.8 kB view details)

Uploaded Source

File details

Details for the file ftpmail-0.8.2.tar.gz.

File metadata

  • Download URL: ftpmail-0.8.2.tar.gz
  • Upload date:
  • Size: 105.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.8

File hashes

Hashes for ftpmail-0.8.2.tar.gz
Algorithm Hash digest
SHA256 4a2bde8b9a8e99b13f31218ac73611e5458954e81d23817a96381c5c8638c074
MD5 479908bf26da6771155145d27135019f
BLAKE2b-256 6c35cc0c25aded6594e4a4b791f8981da72dbdd6a12df9cb128fb58efc799269

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page