hapi icon indicating copy to clipboard operation
hapi copied to clipboard

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

Open pedro-jardim opened this issue 3 years ago • 1 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';

pedro-jardim avatar Oct 03 '22 11:10 pedro-jardim

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.

Nargonath avatar Oct 06 '22 08:10 Nargonath