mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 244 forks source link

Describe remote server connection on examples #274

Closed mateus4k closed 2 years ago

mateus4k commented 3 years ago

This changes avoid basic issues like this: https://github.com/mscdex/node-ftp/issues/273

It's more common to use this library to connect to a remote server instead of a local server, I guess 👍