#! /bin/bash

remotepath="/Bitcasa Infinite Drive/$1"
listfile=$2

./bitcasa < <(echo "cd \"$remotepath\"
ls -v
exit
") > $listfile


