atinux / node-ftps

FTP, FTPS and SFTP client for node.js, mainly a lftp wrapper.
MIT License
203 stars 57 forks source link

Obtain tree? [suggestion] #51

Closed jarodium closed 4 years ago

jarodium commented 7 years ago

Write a command which pulls the full tree from the server so that it can be cached.

lftp -u<> <> -e "du -a;exit" > server-listing.txt