0.0.1 • Published 9 years ago
ffu v0.0.1
ffu
CLI script for uploading code and performing other common operations on a remote server
Description
ffu is used to easily upload code, access SSH, and access a remote database on remote servers. It supports both FTP and SCP methods of code upload, and of course supports the use of public/private keys for connecting via SSH. It searches each successive parent directory for a .ffu configuration file, allowing one to use it in any project directory. The .ffu confige file should not be added to Git or other version control system as it is likely to contain sensitive information.
Using ffu
Confige ffu
$ vim .ffuInstruct Git to ignore the ffu configuration file.
$ echo .ffu >> .gitignore
$ git commit -m "Ignore ffu configuration file" .gitignoreUpload code via ftp/scp
$ ffu upSSH into remote machine
$ ffu sshSSH into remote machine and open DB CLI
$ ffu dbrOpen DB CLI on local machine
$ ffu dblFAQ
What does 'ffu' stand for?
Fast File Uploader
Contribute
ffu is developed on Github:
https://github.com/dotancohen/ffu
0.0.1
9 years ago