Using ftp
About this task
To transfer your application using
ftp
:
Procedure
Upload the application to the target machine using your favorite
ftp
client.
Change permissions for the application using the following command:
chmod +x EXE
Run your model using the following command:
./EXE
Feedback