Socket
Socket
Sign inDemoInstall

libFTP

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    libFTP

A small example package FTP


Maintainers
1

Readme

libFTP

Install Pip

pip install -i https://test.pypi.org/simple/ libFTP

Exmaple libFTP

import libFTP as lfp
lfp.Get("locahost","user account","password","dir","type","save")

localhost is IP for ftpserver.

user account is user account for ftpserver .

password is *** password account** for ftpserver .

dir is Path folder get file for ftpserver .

type is Type file filter file get for ftpserver .

save is Path save file in localhost from ftpserver .

  • function lfp.Get can retrun True is Connect success. if retrun False is disconnect or Connect false.

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc