Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 385 of 509
Mod. 0808 2011-07 Rev.2
FTPAPPEXT - #FTPAPPEXT
<bytestosend>[,< eof >]
This command permits to send data on a FTP data port while
the module is in command mode.
FTP data port has to be previously opened through #FTPPUT
(or #FTPAPP) with <connMode> parameter set to command mode
connection.
Parameters:
< bytestosend > - number of bytes to be sent
1..1500
<eof> - data port closure
0 – normal sending of data chunk
1 – close data port after sending data chunk
The device responds to the command with the prompt
<greater_than><space> and waits for the data to send.
When <bytestosend> bytes have been sent, operation is
automatically completed.
If (all or part of the) data are successfully sent, then
the response is:
#FTPAPPEXT: <sentbytes>
OK
Where <sentbytes> are the number of sent bytes.
Note: <sentbytes> could be less than <bytestosend>
If data sending fails for some reason, an error code
is reported.
Test command reports the supported range of values for parameters
<bytestosend> and <eof>
AT#FTPOPEN=”IP”,username,password
OK
AT#FTPPUT=<filename>,1 -> the new param 1 means that we open the
connection in
command mode
OK