Skip to content

Tag: node.js

Example node.js ftp server?

I need to create a node.js app that connects to this ftp server and downloads files from this directory: ftp://www.ngs.noaa.gov/cors/rinex/2021/143/nynb I’ve tried following the ftp npm package docs but I feel like I am doing something horribly wrong: When I run npm run dev with nodemon I get: Can someo…

How should I call this node.js function?

I’m following a Node.js tutorial, it gave me the following code to start: It asked me to finish the app, so I did this, and it worked: However when I clicked the “check your work” button, it said that I did it wrong. The correct answer ended up being this: I have a couple of questions about …