Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- await new Promise(function(resolve, reject) {
- var dl_func = function(stream) {
- stream.once('done', function() {
- resolve();
- }
- }
- ftp.get(filePath, dl_func);
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement