Skip to content
Advertisement

Tag: ftp

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 someone please help? I’m completely stumped. Is it possible if someone

Advertisement