WM620 AT
Command Manual
Copyright © Neoway Technology Co., Ltd
107
13.5 Querying FTP Connection Status: +FTPSTATUS
Description
To query the FTP connection status
Format
AT+FTPSTATUS<CR>
Parameter
No paremeter.
Return Value
+FTPSTATUS:<status>,<ip>, <port>
<status>:
0: The FTP connection has not been set up.
1: The FTP connection has been set up.
<ip>: The IP address of the FTP server
<port>: The port of the FTP server
Example
AT+FTPSTATUS
+FTPSTATUS:1,119.139.221.66,21
Query the FTP connection status.
The FTP connection has been set up. The
IP address of the server and the port are
respectively 119.139.221.66 and 21.
AT+FTPSTATUS
+FTPSTATUS:0
Query the FTP connection status.
The FTP connection has not been set up.
Remarks
N/A