This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos stalling

Sophos stalls when I reaches a certain file (crushftp3.dmg). I have searched my MAC and no such file is found. How can I delete this file and get the scan to continue?

:1014235


This thread was automatically locked due to age.
Parents
  • From Terminal you can run the below to see if the file exists in your account’’’’s home folder:

    find ~/ -name "crushftp3.dmg"

    Or check all home folders with:

    sudo find /Users/ -name "crushftp3.dmg"

    Or the entire computer:

    sudo find / -name "crushftp3.dmg"
    :1014285

     - - - - - - - - - - - -

    Communities Moderator, SOPHOS
    Knowledge Base  |  @SophosSupport  |  Video tutorials
    Remember to like a post.  If a post (on a question thread) solves your question use the 'This helped me' link.

Reply
  • From Terminal you can run the below to see if the file exists in your account’’’’s home folder:

    find ~/ -name "crushftp3.dmg"

    Or check all home folders with:

    sudo find /Users/ -name "crushftp3.dmg"

    Or the entire computer:

    sudo find / -name "crushftp3.dmg"
    :1014285

     - - - - - - - - - - - -

    Communities Moderator, SOPHOS
    Knowledge Base  |  @SophosSupport  |  Video tutorials
    Remember to like a post.  If a post (on a question thread) solves your question use the 'This helped me' link.

Children
No Data