New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basic-ftp

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-ftp - npm Package Versions

1
12

2.12.0

Diff

Changelog

Source

2.12.0

  • Added: Support IPv6 for passive mode (EPSV).
  • Added: Detect automatically whether to use EPSV or PASV.
  • Added: Log server IP when connected.
patrickjuchli
published 2.11.0 •

Changelog

Source

2.11.0

  • Added: Convenience method client.access to simplify access to an FTP(S) server.
  • Updated API documentation.
  • Stop using Yarn for internal dev-dependencies.
patrickjuchli
published 2.10.0 •

Changelog

Source

2.10.0

  • Added: Resolve simple NAT issues with PASV.
  • Added: Log socket encryption right before login.
  • Fixed: Remove obsolete socket connection error listener.
patrickjuchli
published 2.9.2 •

Changelog

Source

2.9.2

  • Improved documentation of client methods.
  • Fixed: Reason for error when parsing PASV response was not reported.
patrickjuchli
published 2.9.1 •

Changelog

Source

2.9.1

  • Mention regression in Node.js negatively affecting upload progress reporting.
  • Small fixes in documentation.
patrickjuchli
published 2.9.0 •

Changelog

Source

2.9.0

  • Added: Report transfer progress with client.trackProgress().
  • Added: Error return codes can be ignored when removing a single file.
  • Fixed: Timeout behaviour of control and data socket.
patrickjuchli
published 2.8.3 •

Changelog

Source

2.8.3

  • Improve introduction.
  • More unit tests.
patrickjuchli
published 2.8.2 •

Changelog

Source

2.8.2

  • When downloading, handle incoming data before announcement from control socket arrives.
  • More tests for uploading and downloading data including directory listings.
  • Use download mechanism for directory listings as well.
patrickjuchli
published 2.8.1 •

Changelog

Source

2.8.1

  • Improve documentation.
  • Update linter.
patrickjuchli
published 2.8.0 •

Changelog

Source

2.8.0

  • Change uploadDir() so that it reuses directories on the FTP server if they already exist. (#5)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc