Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor10502781050278 FTPc_Open() Anchor10502791050279Establishes a connection to a FTP server. Anchor10490151049015

Files

...

...

ftp-c.h/ftp-c.c

...

Prototype

...

classCode_Listing

...

rowspan5

...

...

Arguments

...

server_ip Server IP address.

...

server_port Server TCP port number.

...

p_user Username of the FTP server.

...

p_pass Password for specified FTP user.

...

p_secure_cfg Desired value for client secure mode:

...

classWebWorks_Indent_1

...

...

Pointer to a secure configuration structure

...

classWebWorks_Indent_1

...

If secured connection is required.

...

...

DEF_NULL

...

...

If secured connection is note required.

...

 

p_err Pointer to variable that will receive the return error code from this function.

...

...

Returned Values

...

...

DEF_OK, FTP connection successfully established;

...

DEF_FAIL, otherwise.

...

Required Configuration

...

Notes / Warnings

...

Example Usage

...

classCode_Listing

...

rowspan8

...

classCode_Listing

...

rowspan8

...