Coder Social home page Coder Social logo

anyscp's Introduction

anyScp

anyScp is a simplified file transfer app that transfers files between any two remote machines using scp and a simple REST API. It is a replacement for Multiplatform Managed file transfer products

Features

  1. Multiplatform: FROM/TO Windows/Linux/Unix/AS400/AIX machines
  2. RESTful API to create synchronized/async file transfer jobs
  3. Post/Pre transfer hooks to execute custom jobs in remote machines
  4. Logging all file transfers and failures
  5. Manage remote host/user/passwords in one place

anySCP Setup

  1. Migrate and add hosts
$ rake db:migrate
  1. Start Redis server
$ redis-server
  1. Start Resque workers
$ QUEUE=file_transfer rake resque:setup resque:work
  1. Start Resque webapp
$ resque-web
  1. Start Rails app
$ unicorn_rails -p3000
  1. Trigger file transfer using curl
$curl -X POST -d "source_host=host1&source_file=file1&dest_host=host2&dest_file=file2" http://localhost:3000/file_transfers.json 

TODO

  1. Encrypt password
  2. Sync file transfer
  3. Mount Rack app for Resque webview
  4. View all completed file transfers
  5. API to SSH and execute remote jobs
  6. Post transfer hook to invoke remote jobs

DONE

  1. Manage hosts
  2. Setup Redis
  3. Setup Resque workers
  4. Async file transfer

TODO - TEST

  1. Windows SSH/SCP setup
  2. Windows to Any file transfer
  3. Any to Windows file transfer
  4. AS400 SSH/SCP setup
  5. AS400 to Any file transfer
  6. Any to AS400 file transfer
  7. Linux to Any file transfer
  8. Any to Linux file transfer

TESTED

  1. Linux to Linux file transfer
  2. AIX SSH/SCP setup
  3. AIX to Any file transfer
  4. Any to AIX file transfer
  5. Linux to FTP file transfer
  6. FTP to Linux file transfer
  7. FTP to FTP file transfer

anyscp's People

Contributors

sathish316 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

swipswaps

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.