Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grantseltzer/cend

A series of simple scripts for creating profiles to make it simple to scp files to remote servers or desktops
https://github.com/grantseltzer/cend

Last synced: about 2 months ago
JSON representation

A series of simple scripts for creating profiles to make it simple to scp files to remote servers or desktops

Awesome Lists containing this project

README

        

# Cend

Cend is a series of very simple scripts to make it extremly easy for linux users to transfer files to remote servers or computers.

When using cend, the user can set up 'profiles' (using the cendProfile command). These profiles contain the ipaddress of the remote computer, as well as the users username, password and desired path to the transfer directory. After the profile is setup, you would never have to enter this information again. Simply run 'cend' in the command line followed by what file you would like to transfer (including empty or non-empty directories), the desired profile and you're done!

This was created to make my own life easier for transfering programming assignments or notes from my mobile netbook to both my schools server and my desktop at my apartment.

I know that there is a huge amount of room for improvement and it will most likely be constantly updated. I'm very receptive to feedback, so if you see something I can do better, please let me know!

Now supports tab completion!