lukaaash / sftp-ws

SFTP over WebSockets - client and server package for Node.js
MIT License
34 stars 16 forks source link

What is the maximum filesize. #6

Open jdursel opened 8 years ago

jdursel commented 8 years ago

Hello,

Is there a limit to the file size being transferred? I mean is it possible to transfer a 10 or 20Go file? Does the client have upload resume capabilities?

Thank you.