Control connection.
Definition at line 40 of file ftp.c.
Referenced by ftp_abort(), ftp_close_both_connections(), ftp_connect_control_connection(), ftp_getc(), and ftp_send_command().
Data connection, NULL when not connected.
Definition at line 41 of file ftp.c.
Referenced by ftp_close_data_connection(), ftp_connect_data_connection(), ftp_get_file_handle(), ftp_read(), ftp_shutdown(), and ftp_write().
Definition at line 43 of file ftp.c.
Referenced by ftp_getc().
Definition at line 43 of file ftp.c.
Referenced by ftp_getc().
Data connection port opened by server, -1 on error.
Definition at line 44 of file ftp.c.
Referenced by ftp_connect_data_connection(), ftp_passive_mode(), and ftp_passive_mode_epsv().
Control connection port, default is 21.
Definition at line 45 of file ftp.c.
Referenced by ftp_connect_control_connection(), and ftp_open().
Server address.
Definition at line 46 of file ftp.c.
Referenced by ftp_close(), ftp_connect_control_connection(), ftp_connect_data_connection(), and ftp_open().
Server user.
Definition at line 47 of file ftp.c.
Referenced by ftp_auth(), ftp_close(), and ftp_open().
Server user's password.
Definition at line 48 of file ftp.c.
Referenced by ftp_auth(), ftp_close(), and ftp_open().
Path to resource on server.
Definition at line 49 of file ftp.c.
Referenced by ftp_close(), ftp_current_dir(), ftp_file_size(), ftp_open(), ftp_retrieve(), and ftp_store().
Size of file on server, -1 on error.
Definition at line 50 of file ftp.c.
Referenced by ftp_file_size(), ftp_open(), ftp_read(), ftp_seek(), and ftp_write().
Current position, calculated.
Definition at line 51 of file ftp.c.
Referenced by ftp_close_data_connection(), ftp_connect_data_connection(), ftp_open(), ftp_read(), ftp_seek(), and ftp_write().
Network timeout.
Definition at line 52 of file ftp.c.
Referenced by ftp_connect_control_connection(), and ftp_connect_data_connection().
Password to be used for anonymous user.
An email should be used.
Definition at line 53 of file ftp.c.
Referenced by ftp_open().
Control seekability, 0 = disable, 1 = enable.
Definition at line 54 of file ftp.c.
Referenced by ftp_open().
State of data connection.
Definition at line 55 of file ftp.c.
Referenced by ftp_close_data_connection(), ftp_connect_data_connection(), ftp_open(), ftp_read(), ftp_retrieve(), ftp_store(), and ftp_write().