I am using node-ftp package for FTP connection. Below code example const FTPClient = require('ftp'); const fs = require("fs"); let ftp_client = new FTPClient();
I'm using NodeJS in my application, I'm trying to call API service to get the token from the server. While I'm making any request from the NodeJS file I'm getti