Skip to main content

FTPDeno

Pure TypeScript FTP Client for Deno. It is currently possible to do basic FTP tasks like uploading/downloading and listing directories. TLS is supported, however due to issues in Deno, servers that use older ciphers may have issues connecting. SSL session reuse is also not supported.

Unstable is required.

TODO:

  • Active connections have some issues for me.
  • Download and upload do not support streaming, and thus store everything in memory.