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 379 of 509
Mod. 0808 2011-07 Rev.2
FTP Delete - #FTPDELE
[<filename>]
Execution command, issued during an FTP connection, deletes a file from the
remote working directory.
Parameter:
<filename> - string type, it’s the name of the file to delete.
Note: The command causes an ERROR result code to be returned if no FTP
connection has been opened yet.
Note: In case of delayed server response, it is necessary to check if ERROR
indication is temporary due to timing out while waiting.
In this case #FTPMSG response will result temporary empty.
(Checking later #FTPMSG response will match with delayed server response)
Test command returns the OK result code.
FTP Print Working Directory - #FTPPWD
#FTPPWD - FTP Print Working Directory
Execution command, issued during an FTP connection, shows the current working
directory on FTP server.
Note: The command causes an ERROR result code to be returned if no FTP
connection has been opened yet.
Test command returns the OK result code.
FTP Change Working Directory - #FTPCWD
#FTPCWD - FTP Change Working Directory
[<dirname>]
Execution command, issued during an FTP connection, changes the working
directory on FTP server.
Parameter:
<dirname> - string type, it’s the name of the new working directory.
Note: The command causes an ERROR result code to be returned if no FTP
connection has been opened yet.
Test command returns the OK result code.