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 380 of 509
Mod. 0808 2011-07 Rev.2
FTP List - #FTPLIST
[<name>]]
Execution command, issued during an FTP connection, opens a data connection and
starts getting from the server the list of contents of the specified directory or the
properties of the specified file.
Parameter:
<name> - string type, it’s the name of the directory or file.
Note: The command causes an ERROR result code to be returned if no FTP
connection has been opened yet.
Note: issuing AT#FTPLIST<CR> opens a data connection and starts getting from
the server the list of contents of the working directory.
Test command returns the OK result code.
Get file size - #FTPFSIZE
#FTPFSIZE – Get file size from FTP server
<filename>
Execution command, issued during an FTP connection, permits to get file size of
<filename> file.
Note:
FTPTYPE=0 command has to be issued before FTPFSIZE command, to set file
transfer type to binary mode.
Test command returns the OK result code.
FTP Append - #FTPAPP
[[<filename>],
connMode>]
Execution command, issued during an FTP connection, opens a data connection and
append data to existing <filename> file.
If the data connection succeeds, a CONNECT indication is sent,
afterward a NO CARRIER indication is sent when the socket is closed.
Note: if we set <connMode> to 1, the data connection is openedand we remain in
command mode and we see the result code OK
(instead of CONNECT)
Parameter:
<filename> - string type, name of the file.