SkillAgentSearch skills...

FTPy

An FTP client written in Python3

Install / Use

/learn @NullBrunk/FTPy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center">

FTPy

My Skills

GitHub top language GitHub commit activity repo size

</div>

ftpydemo

⚒️ Installation

git clone https://github.com/NullBrunk/FTPy && cd FTPy
pip3 install -r requirements.txt
chmod +x ftpy
./ftpy

📖 Changelog

[!IMPORTANT] All notable changes to this project will be documented here.

# [1.0] - 12 mai 2023
- First commit
- Implemented authentication (USER, PASS)

# [1.1] - 13 mai 2023
- Implemented ls (with LIST and PASV mode)
- Implemented mkdir (MKD), pwd (PWD), cd (CWD), rm (DELE), chmod (SITE CHMOD), get (RETR), put (STOR)

# [1.2] - 14 mai 2023
- Added the License (GPL 3)
- Refactored
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3mo ago
Forks1

Languages

Python

Security Score

87/100

Audited on Dec 28, 2025

No findings