User's Manual

Table Of Contents
File Transfer Protocol (FTP)
AT+i Programmer‘s Manual Version 8.32 11-9
11.9 +iFAPN FTP Open File for Appending
Syntax:
AT+iFAPN:<F_hn>,<path>[,<sz>]
Opens an existing remote FTP server file for Append.
Parameters:
<F_hn>
An open FTP session handle
<path>
File pathname
<sz>
Size in bytes to reserve for the file on the server
Command Options:
<F_hn>
Must have been obtained by a previous execution of an
AT+iFOPN command during the current Internet mode
session.
<path>
Absolute or relative path name of the remote destination file.
Following this command data is transferred to the remote file
using one or more
+iFSND commands. The file transfer is
complete by issuing a +iFCLF (FTP File Close) command.
Result Code:
I/OK
If file <path> was successfully opened for appending on the
FTP server.
I/ERROR
Otherwise