Question:
How can I send data via FTP on E3?
Solution:
To do so, you must use the ftp command -s:filename.
For more details, check the attached sample application developed with E3 version 3.2 build 260.
IMPORTANT: The commands.txt file created on the example application must be configured according to the information below:
open: [FTPSERVER] for example, ftp://ftp.elipse.com;
user:[USER];
password:[PASSWORD];
cd: [FOLDER] optional, it is the folder where the file will be saved (for example, pub binary);
put: [FILENAME] file’s name.