moved sftp and ssh to security directory, which makes more sense. also extracted...
[feisty_meow.git] / scripts / security / sftp.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_SCRIPTS/security/pick_credentials.sh"
4
5 # a wrapper for the file transfers using secure shell.
6 \sftp -i "$keyfile" $*
7