hapijs / hapi

The Simple, Secure Framework Developers Trust

Home Page:https://hapi.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to connect in FTP Server to Download and Upload Files?

pedro-jardim opened this issue · comments

Support plan

  • is this issue currently blocking your project? (yes/no): no
  • is this issue affecting a production system? (yes/no): yes

Context

  • node version: 12.18
  • module version: 6.14.5
  • environment (e.g. node, browser, native): node
  • used with (e.g. hapi application, another framework, standalone, ...): VueJS in FrontEnd
  • any other relevant information: no

How can we help?

I need to create a file upload and download functionality for an FTP.
How i do that?

const some = 'properly formatted code example';

I'm not sure I understand what you're asking. Are you trying to turn your hapi instance in an FTP server?

Also you're probably aware but your hapi version is way behind so you're exposed to lots of security vulnerabilities amongst other defects. I'd suggest you'd consider upgrading to a newer version.