New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/scorpionknifes/smtp-to-ftp-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/scorpionknifes/smtp-to-ftp-server

  • v0.0.0-20210318125222-fd72e5e0af14
  • Source
  • Go
  • Socket score

Version published
Created
Source

SMTP to FTP server

Got annoyed that some companies feeds use email and doesn't have a ftp option so decided to create a SMTP server just to convert their feeds (attachments) to FTP.

Setup

Rename example.env to .env

EMAIL_SUFFIX="myemail@email.com" # only matching email suffix can be received

FTP_SERVER="localhost:21" # ftp server (recommend using local server)
FTP_USERNAME="username"
FTP_PASSWORD="password"

Setup SMTP server on 25 port and MX for domain DNS.

FAQs

Package last updated on 18 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc