Noman Maqsood

Results 6 comments of Noman Maqsood

Hey @pgrzesik I tried doing it with the latest version as well but still get the same problem. I am sorry I cannot share the running code

@pgrzesik I tried to debug it and add a console in serverless frameworks. I see the files array is empty. The serverless framework is not able to read the file...

Here is my code var FTPS = require('ftps'); var ftps = new FTPS({ host: "*************", username: '*************', password: '*************', port: 990, protocol: 'sftp', sshKeyPath: "1.ssh" }); ftps.ls().exec(function (err, res) {...

@Atinux I tried to connect using lftp from terminal, and it worked fine, here is the screenshot [https://ibb.co/hf3Y5F](url). I set the lftp to set ssl:verify-certificate no and it worked Now...

@Atinux Its been 3 days I have posted this problem.

tried this as well, but did not work