...
Anchor
Files
...
ftp-c.h/ftp-c.c
...
...
Prototype
...
HTML Table | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Table Row (tr) | ||||||||||
Table Cell (td) | ||||||||||
| ||||||||||
Anchor | 1049175 | 1049175 | ||||||||
Code Block | ||||||||||
CPU_BOOLEAN FTPc_RecvFile (FTPc_CONN *p_conn, CPU_CHAR *p_remote_file_name, Anchor | | 1049176 | 1049176 | CPU_CHAR *|||||||
Anchor | 1049177 | 1049177 | NET_ERR *perr_net);||||||||
Table Row (tr) | ||||||||||
Table Row (tr) | ||||||||||
Table Row (tr) | ||||||||||
Table Row (tr) |
...
FTPc_ERR *p_err); |
Arguments
p_conn
Pointer to FTPc Connection object.
p_remote_file_name
Pointer to name of the file on the remote FTP server.
...
local_file_
...
name
Pointer to name of the file in the local file system.
...
...
p_err
...
Pointer to variable that will receive the return error code from this function
...
:
FTPc_ERR_NONE
FTPc_ERR_TX_CMD
FTPc_ERR_RX_CMD_RESP_FAIL
FTPc_ERR_FILE_NOT_FOUND
FTPc_ERR_FAULT
FTPc_ERR_FILE_OPEN_FAIL
Returned Values
DEF_OK
, File successfully received;
...
DEF_FAIL
, otherwise.
...
Required Configuration
...
- This function can only be used when
FTPc_CFG_USE_FS
is set totDEF_ENABLED
.
Notes / Warnings
...
Example Usage
HTML Table | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Cell (td) | ||||||||||||||||||
| ||||||||||||||||||
Anchor | 1049219 | 1049219 | CPU_BOOLEAN result;||||||||||||||||
Anchor | 1048797 | 1048797 | NET_ERR err;||||||||||||||||
Anchor | 1048802 | 1048802 | ||||||||||||||||
Anchor | 1049228 | 1049228 | result = FTPc_RecvFile((CPU_CHAR *) "file_remote",||||||||||||||||
Anchor | 1048803 | 1048803 | (CPU_CHAR *)||||||||||||||||
Code Block | ||||||||||||||||||
FTPc_CONN conn; CPU_BOOLEAN result; FTPc_ERR err; result = FTPc_RecvFile(&conn, "file_remote", "\\file_local", Anchor | | 1048804 | 1048804 | (NET_ERR *)|||||||||||||||
Anchor | 1048805 | 1048805 | if||||||||||||||||
Anchor | 1048806 | 1048806 | ||||||||||||||||
Anchor | 1048810 | 1048810 | }||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Row (tr) | ||||||||||||||||||
Table Row (tr) |