59cfe4c68afd8217e8adf814592ad5866af9e146
[feisty_meow.git] / scripts / security / sftp.sh
1 #!/bin/bash
2
3 source "$FEISTY_MEOW_SCRIPTS/pick_credentials.sh"
4
5 # a wrapper for the file transfers using secure shell.
6 \sftp -i "$keyfile" $*
7