Quote:

Probably there is no way to actually run the fidshift.sh script


Just ftp it, chmod it, and run it, all from within ftp:

ftp some.ip.add.ress
cd /
site rw
put fidsift.sh
chmod 755 fidsift.sh
site exec fidsift.sh
...
site ro
quit