Do you have a question about the Quectel WCDMA UG FTP Series and is the answer not in the manual?
Brand | Quectel |
---|---|
Model | WCDMA UG FTP Series |
Category | Control Unit |
Language | English |
Explains the general process of operating files and directories on an FTP server using AT commands.
Details FTPS client functionality, including SSL/TLS encryption and configuration.
Explains the difference between AT command mode and data mode on the COM port.
Covers common FTP AT command execution failures and error responses.
Configures FTP server, account, file type, transfer mode, and context ID via AT commands.
Logs into an FTP server using AT+QFTPOPEN command with hostname and port.
Sets the current directory on the FTP server using the AT+QFTPCWD command.
Retrieves the current directory on the FTP server using the AT+QFTPPWD command.
Uploads a file to the FTP server from COM port or RAM using AT+QFTPPUT command.
Downloads a file from the FTP server to COM port or RAM using AT+QFTPGET.
Retrieves the size of a file on the FTP server using the AT+QFTPSIZE command.
Deletes a file from the FTP server using the AT+QFTPDEL command.
Creates a new folder on the FTP server using the AT+QFTPMKDIR command.
Deletes an empty folder from the FTP server using the AT+QFTPRMDIR command.
Lists the contents of a directory on the FTP server using AT+QFTPLIST.
Lists file names within a directory on the FTP server using AT+QFTPNLST.
Renames a file or folder on the FTP server using AT+QFTPRENAME command.
Retrieves the length of transferred data for FTP operations using AT+QFTPLEN.
Checks the current status of FTP services using the AT+QFTPSTAT command.
Logs out from the FTP server and closes the connection using AT+QFTPCLOSE.
Lists standardized file/directory info from FTP server using AT+QFTPMLSD.
Gets the modification time of a file on the FTP server using AT+QFTPMDTM.
Demonstrates the steps to configure PDP context and login to an FTP server.
Provides examples for creating, renaming, and deleting folders on an FTP server.
Shows examples for setting directory, getting file size, and renaming files.
Demonstrates listing file information and file names from directories to COM or RAM.
Provides examples for uploading files from COM or RAM to the FTP server.
Shows examples of downloading files from FTP server to COM port or RAM.
Demonstrates how to logout from the FTP server and deactivate the PDP context.
Configures FTPS client, including PDP context, account, and SSL settings.