Neo_WM620 WCDMA Module AT Command SetCopyright © Neoway Technology Co., Ltd 74+FTP:Server Data Link DisconnectAT+FTPGET=test.txt,1,1+FTPGET:10,123456780+FTPGET:OK.total length is 10+FTP:Server Data Link DisconnectObtain theinformationin test.txt.Remarks N/A11.4 Uploading Data from the FTP Server: +FTPPUTDescription To upload data to the FTP serverFormat AT+FTPPUT=,,,Parameter : The name of the file to be uploaded: File transfer mode1: ASCII2: Binary: Operation mode1: STOR mode. Create a file on the FTP server and write the data to the file. If the fileexists, the original file will be overwritten.2: APPE mode. Create a file on the FTP server and write the data to the file. If the fileexists, the data is attached to the end of the file.3: DELE mode. Delete a file.: Data length. The data length cannot exceed 1024.ReturnValue +FTPPUT: Error: The format of the AT command is incorrect. +FTPPUT:Error Not Login: The user has not logged in to the FTP server. +FTPPUT:AT Busy: Last FTP AT command has not been executed completely. +FTPPUT:SIZE Error: The value of is greater than 1024 or less than 1. +FTPPUT:OK,: The file is sent successfully and the file length is n. +FTPPUT:Delete File OK: The file is deleted successfully. +FTPPUT:Error!TimeOut: You did not input file content for too long time.Example AT+FTPPUT=test.txt,1,1,10>1234567890+FTPPUT:OK,10Upload the text.txt file, which is 10 inlength. The transfer mode is ASCII modeand the operation mode is STOR.AT+FTPPUT=test.txt,1,2,10>1234567890+FTPPUT:OK,10Upload the text.txt file, which is 10 inlength. The transfer mode is ASCII modeand the operation mode is APPE.AT+FTPPUT=test.txt,1,3,0+FTPPUT:Delete File OKDelete the test.txt file.