Multi-Tech Systems iCell GPRS (MTSMC-G2-IP Wireless Office Headset User Manual


 
Part 7 Appendixes Appendix B Response Message Examples
Universal IP AT Commands Reference Guide (Document S000457K) 108
FTP: Download / Upload Files Response Messages
Upload a file to an FTP Server: AT#FTPPUT
Commands
Responses
AT#FTPSERV="ftp.domain.com"
Note: FTP server used
OK
AT#FTPUN="ftplogin"
Note: FTP username
OK
AT#FTPPW="ftppassword"
Note: FTP password
OK
AT#FTPPUTFILENAME="upload.text"
Note: Name of the file that will be written
in the FTP server
OK
AT#FTPPUTPATH="."
Note: Path in the server where the file
will be written
OK
AT#FTPPUT
Note: FTP put
Ok_Info_WaitingForData
Note: Switch from command to data mode. The host can
send the data that will compose the file. (Data not echoed).
To notify the end of data, the host has to send [ETX]
(CTRL+C on the keyboard). This character is echoed.
OK
Note: End of data notified
OK
Download a file from an FTP Server: AT#FTPGET
Commands
Responses
AT#FTPSERV="ftp.domain.com"
Note: FTP server used
OK
AT#FTPUN="ftplogin"
Note: FTP username
OK
AT#FTPPW="ftppassword"
Note: FTP password
OK
AT#FTPGETFILENAME="upload.text"
Note: Name of the file stored in the FTP server
OK
AT#FTPGET
Note: FTP get
Ok_Info_DataBegin
Note: Switch from command to data mode. The data
is sent over the serial port. To end of data is notified
by [ETX] sent over the serial port. It switches from
data to command mode. Character is echoed.
OK