Using ftp

About this task

To transfer your application using ftp:

Procedure

  1. Upload the application to the target machine using your favorite ftp client.
  2. Change permissions for the application using the following command:

    chmod +x EXE
  3. Run your model using the following command:

    ./EXE

Feedback