UNPKG

basic-sftp

Version:

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

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