./net/py-scp, Send and receive files with scp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0, Package name: py312-scp-0.15.0, Maintainer: pkgsrc-users

The scp.py module uses a paramiko transport to send and recieve
files via the scp1 protocol. This is the protocol as referenced
from the openssh scp program, and has only been tested with this
implementation.


Required to run:
[security/py-paramiko] [devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.579 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-05-27 09:10:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-scp: updated to 0.15.0

0.15.0 (2024-05-23)

- Add bandwidth control (`limit_bw`)
   2023-02-27 14:58:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scp: updated to 0.14.5

0.14.5 (2023-01-30)
- Update docstrings to clarify sanitation and use of wildcards
- Make sure to close the local file on errors
   2022-07-13 22:07:26 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-scp: not for Python 2.7 any more
   2022-03-28 22:12:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scp: updated to 0.14.4

0.14.4 (2022-02-23)
- Update type hints for pyright

0.14.3 (2022-02-15)
- Add type hints
   2022-01-24 06:52:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scp: updated to 0.14.2

0.14.2
- Don't fail if the remote path is a PurePath not a Path
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-01 09:46:19 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-scp: updated to 0.14.1

0.14.1
- Don't fail if 'pathlib' doesn't import (Python 2)
- Accept 'unicode' objects as paths (Python 2)

0.14.0
- Accept iterables other than list and tuple in `get()` and `put()`
- Accept `pathlib.Path` objects