I have a folder on a server, accessible via FTP. I would like to know a way in NODEJS where passing the file name, it would return me whether the file exists or not. I found an implementation in DELPHI - code
I have a folder on a server, accessible via FTP. I would like to know a way in NODEJS where passing the file name, it would return me whether the file exists or not. I found an implementation in DELPHI - code