fixed custom scripts issue, so now the custom folder for a user can have a "scripts...
[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