Hi I am trying to write a node.js service to download files from public FTP. What I can do manually is to simply paste a ftp url to browser and hit enter. Then the file will be downloaded. I don't know the ftp's domain, username or password. An example is like this:
I tried to use node-request but it doesn't accept ftp protocol. Does any one know a good tool for this task?
via zhangjinzhou
No comments:
Post a Comment