If you cannot abort a transfer you can clear a session by typing the following using SSH:
 
/usr/local/cpanel/3rdparty/bin/sqlite3 /var/cpanel/transfer_sessions/whmxfer.sqlite "update sessions set state='100', endtime=date('now') where sessionid='X'" 

Where X is the session id.
Was this answer helpful? 2 Users Found This Useful (73 Votes)