
Neo_WM620 WCDMA Module AT Command Set
Copyright © Neoway Technology Co., Ltd
75
Remarks
N/A
11.5 Querying FTP Link Status: +FTPSTATUS
Description
To query the FTP link status
Format
AT+FTPSTATUS<CR>
Parameter
No paremeter.
Return
Value
+FTPSTATUS:<status>,<ip>, <port>
<status>:
0: The FTP link has not been set up.
1: The FTP link 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 link status.
The FTP link 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 link status.
The FTP link has not been set up.
Remarks
N/A