/// <summary> /// Abort the transfer. /// </summary> public void Abort() { if (_scp.Connected) { _scp.Cancel(); } }