Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/calebgray/psftp

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/calebgray/psftp

  • v0.0.0-20200614115554-f43f96ddf0d5
  • Source
  • Go
  • Socket score

Version published
Created
Source

P.S. FTP Logo P.S. FTP

Portable. Simple. FTP.

Drag and drop files/folders to psftp then paste the ftp:// link in your clipboard wherever pleases you.

GUI Legend

OffHalfwayOnRetrying
◢ ◣ ◤ ◥

Features

  • Portable and Simple FTP Server
  • System/Notification Tray/Icon
  • Drag and Drop Multiple Files/Folders
  • Command Line Interface
  • Config File
  • Retries and Timeouts
  • Automatic Builds
  • Go Generate Build System
  • Versioning
  • Auto-Update
  • psftp.me Integration
  • Release Candidate(s)
  • Release First Stable Version
  • TLS/SSL Support

Development

# Clone!
git clone https://github.com/calebgray/psftp.git

# Option 1: Dockerfile
cd psftp
docker build -t psftp . && docker run --rm -it psftp

# Option 2: Ubuntu
cd psftp
sudo apt install -y build-essential curl git-all pkg-config libxxf86vm-dev libappindicator3-dev gcc-mingw-w64-x86-64 # Prerequisites
go generate .
go get -ldflags -linkmode=internal .
go build -ldflags -linkmode=internal .
./psftp

# Regenerate Assets
go generate . && go build -ldflags -linkmode=internal .

Donations

By PayPal


Works in Progress

psftp.me

Optionally, generate your very own Internet accessible link (limited resources; please support my development by donating). <3

Simply execute psftp -psftpme from the CLI, or enable it from the GUI.

FAQs

Package last updated on 14 Jun 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