Skip to main content

Push directories over a secured FTP connection.

Project description

ppftps

Push Push directories over a secured FTP connection.

For KeePass accounts you need to set valid KDBX='/path/to/db.kdbx', KDBXPW="$(cmd_get_kdbx_master_pw)" and KDBXUUID='server-uuid' vars in your shell environment or wrapper script.

Install

pip install ppftp
pip install pykeepass # for KeePass support

and create a ftp wrapper script with your settings in your project directory

#!/bin/sh

KDBX="${HOME}/.keepass/ftp.kdbx" \
KDBXPW="$(x11-ssh-askpass "ftp.kdbx master password)" \
KDBXUUID="KDBX-UUID" \
ppftps $@

Usage

./ftp push ./local-folder /absolut/path/remote/folder

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

ppftps-0.2.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

ppftps-0.2.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

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