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

github.com/tryy3/ftp-to-blob

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tryy3/ftp-to-blob

  • v0.0.0-20200129101247-9827fcbae0d2
  • Source
  • Go
  • Socket score

Version published
Created
Source

ftp-to-blob

This project started when I wanted automatic backups to azure.

We were only able to do automatic backup through FTP, which usually isn't a problem. But the problem is that Azure doesn't have support for FTP.

The solution was to make a FTP server that has a backend of Azure blob storage.

Luckily most of the work was done with https://github.com/goftp/server that makes it really easy to make a FTP server and allows you to implement a custom File Driver. So all I had to do was to use azure blob storage SDK and then implement a File Driver for it.

Disclaimer

This is a project that was kinda rushed and have a specific purpose, to make it possible to have a FTP server that when we save files on it, it saves them to azure blob storage.

There is probably plenty of bugs, especially when reading files. Most of the work has gone towards making sure that saving files works.

I will happily fix any bugs that is found but I wouldn't recommend using this project in production.

FAQs

Package last updated on 29 Jan 2020

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