I am trying to download all files located within a specific folder on a FTP site. The folder is called “IN” (as shown in example code) and contains a number of .csv files. the requirement are this: donwload to local folder all the csv present on the IN folder move them from IN folder on the FTP to ARCHIVE folder
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