Coder Social home page Coder Social logo

atom-sftp-sync's Introduction

Atom SFTP Sync

This is a fork of Axel Moussard's sftp-deployment.

Spend less time managing file transfers and more time coding. FTP and SFTP support for Atom.io to send and receive files directly in your server.

Features

Workflows

  • Upload/Download current file
  • Upload open files (tabs)
  • Upload/Download selection from Tree View

Compatibility

  • Supports FTP and SFTP servers
  • Password SSH support
  • Works on Windows, OS X and Linux

Integration

  • Menu entries and command palette control
  • File-based configuration (JSON)
  • Colorized output panel with options for automatic hiding

Installation

  1. Search sftp or ftp in the atom package manager
  2. Since the installation is successful, you can generate the configuration file with the command
  • cmd-shift-p and search mapToRemote
  • Packages menu -> SFTP Sync -> Map to Remote...
  • Create your own
  1. Set your ftp/sftp configuration in this file
  2. Use it!

The configuration file MUST always be in the root directory of your project.

Examples of configuration files

SFTP with user/password

{
    "type": "sftp",
    "host": "example.com",
    "user": "username",
    "password": "password",
    "port": "22",
    "remotePath": "/example/path"
}

SFTP protocol with private key

{
    "type": "sftp",
    "host": "example.com",
    "user": "username",
    "port": "22",
    "remotePath": "/example/path",
    "sshKeyFile": "~/.ssh/id_rsa",
    "passphrase": "your_passphrase"
}

The passphrase is optional, only if your key require it.

FTP protocol

{
  "type": "ftp",
  "host": "example.com",
  "username": "username",
  "password": "password",
  "port": "21",
  "remotePath": "/example/path"
}

Acknowledgments

Shout out to Axel Moussard and the Ellipsis Team for the original sftp-deployment plugin! Atom-sftp-sync wouldn't exist without the effort and dedication of the original authors and contributors.

atom-sftp-sync's People

Contributors

amoussard avatar bcabanes avatar christophgockel avatar heihachi avatar plindborg avatar sajt avatar takakeiji avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.