...
In the path bar of File Explorer, input the FTP connection command:
Code Block ftp://upload@ftp.interfaceware.com/
Drag and drop the archive file you created into the File Explorer window.
...
Navigate to the directory where your crash dump archive is stored.
(In the example, the crash dump is stored on the desktop)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
...