Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

promise-ftp

  1. gahhon

    Node.JS ftp-promise how to always wait finish download before showing the values

    index.js const Utils= require('./utils'); async function callFTP() { const responseFTP = await Utils.FtpAPI('url', 'username', 'password', '202211070859.xml') console.log('index: ', responseFTP); } callFTP(); utils.js const convert = require('xml-js'); const moment =...
Back
Top Bottom