Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grantseltzer/cend
- Owner: grantseltzer
- Created: 2015-06-02T18:33:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T21:50:02.000Z (almost 8 years ago)
- Last Synced: 2023-03-02T05:41:14.759Z (almost 2 years ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!