Skip to content

This Server allows users to upload file on ftp server hosted on ec2 and ec2 works as proxy which will forward file to aws s3 and do cleanup after it is forwarded to s3

Notifications You must be signed in to change notification settings

iakashpatel/ftp-server-proxy-for-s3

Repository files navigation

SFTP Server which forward files to S3

Prerequisite

  • Nodejs
  • NPM/Yarn

Setup

  1. clone this repo
  2. copy .env.example as .env and add your aws credentials into .env file
  3. install packages using: npm install or yarn install

Run

  1. run sftp server using this command: node server.js
  2. on new terminal tab start api-server to manage users using this command: node api-server.js

About

This Server allows users to upload file on ftp server hosted on ec2 and ec2 works as proxy which will forward file to aws s3 and do cleanup after it is forwarded to s3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published