FTP link checking in METEOR CLIENT SIDE

Is it possible to check if a ftp link exists or not?
That script should run in the client side.

Any thoughts?

What did you find when you searched for a solution?

http://stackoverflow.com/questions/29626597/get-files-from-other-ftp-server-into-meteor-app

https://www.npmjs.com/package/ftp

This solved the issue.