#!/bin/bash IP=192.168.0.21 PORT=121 DIR=/var PROTOCOL=sftp:// thunar $PROTOCOL$IP:$PORT$DIR exit 0;