UNPKG

basic-sftp

Version:

🤹🏻‍♀️ A basic promise-based SFTP Client

3 lines (2 loc) 115 B
declare const downloadFile: (remotePath: string, localPath: string) => Promise<true>; export default downloadFile;