Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In the path bar of File Explorer, input the FTP connection command:

    Code Block
    ftp://upload@ftp.interfaceware.com/ 

    image-20240111-195317.pngImage Modified

  1. Drag and drop the archive file you created into the File Explorer window.

    image-20240111-195839.png

...

  1. Navigate to the directory where your crash dump archive is stored.
    (In the example, the crash dump is stored on the desktop)

    Screenshot 2024-01-12 at 11.26.10 AM.png
  2. Input the following command, replacing the FileName and Password paramaters with your information.
    Password: (your full e-mail address)

    Code Block
    curl -T FileName.zip ftp://ftp.interfaceware.com --user upload:Password

...