Log into gsp-autotransfer
sudo su -                                                    (get root access)
umount /home/boadmin/mounts/jhu/roi    (force an unmount of the SFTP based connection)
mount /home/boadmin/mounts/jhu/roi      (force the SFTP connection to be mounted )
ls /home/boadmin/mounts/jhu/roi/Prod     (Check for files on the JH SFTP Side)
su boadmin                                                (Switch to the boadmin user)
/etc/init.d/kkirtcp-roi start                          (Start the service again)
ps ax |grep kkirt                                         (verify that the service is running by looking for a line /usr/bin/cli...)
ls /home/boadmin/mounts/jhu/roi/Prod     (do this until the file disappears after being moved over the the KKI side.)