Ftp append #ftpapp, Syntax, Parameters and values – Synaccess Networks NP-0801DTM User Manual

Page 250: Notes, Examples

Advertising
background image

 

FTP AT COMMANDS

 

HSPA+ AT Commands Reference Guide 

250

 

FTP Append   #FTPAPP 

Execute 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. 

Test command reports the supported range of values for <filename> and <connMode>. 

Syntax 

Command 

Command type 

AT#FTPAPP=[[<filename>],<connMode>] 

Execute  

AT#FTPAPP=? 

Test 

Parameters and Values 

<filename> 

String type, name of the file. 

<connMode> 

 

Online mode. 

Command mode. 

Notes 

„

If you set <connMode> to 1, the data connection is opened. You remain in command mode and see the result 
code OK, instead of CONNECT. 

„

Use the escape sequence +++ to close the data connection. 

„

The command causes an ERROR result code to be returned if no FTP connection is opened yet. 

Examples 

AT#FTPRECV?

#FTPRECV: 3000

OK

 

Read required part of the buffered data: 

 

AT#FTPRECV=400

#FTPRECV: 400

Text row number 1 * 1111111111111111111111111 *

Text row number 2 * 2222222222222222222222222 *

Text row number 3 * 3333333333333333333333333 *

Text row number 4 * 4444444444444444444444444 *

Text row number 5 * 5555555555555555555555555 *

Text row number 6 * 6666666666666666666666666 *

Text row number 7 * 7777777777777777777777777 *

Advertising