Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
UFTP (UNICORE File Transfer Protocol) is a high-performance data streaming library and file transfer tool with sharing capabilities. It allows to transfer data from client to server (and vice versa), as well as providing data staging and third-party transfer between UFTP-enabled UNICORE sites.
PyUFTP is a commandline client providing a number of commands for interacting with a UFTP authentication server and with the UFTPD file server.
Commands include
Install from PyPI with
python3 -m pip install -U pyuftp
PyUFTP comes with a commandline completion script for Bash, but due to the limitations of a Python-based install, it might not get picked up automatically.
If installing in a virtual environment (venv), you need to load it manually:
source $VIRTUAL_ENV/share/bash-completion/pyuftp
You can also add this line to the venv activation script:
echo ". $VIRTUAL_ENV/share/bash-completion/pyuftp" >> $VIRTUAL_ENV/bin/activate
When installing outside of a virtual environment, the completion script will be installed in
~/.local/share/bash-completion/completions/pyuftp
and should be picked up automatically by Bash completion and loaded when you start a new shell.
The commandline syntax is (mostly) the same as the Java version, have a look at the documentation.
Try
pyuftp --help
for a list of commands, and
pyuftp <command> --help
to see the built-in help for each command.
FAQs
UFTP (UNICORE FTP) commandline client
We found that pyuftp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.