ReactOS 0.4.15-dev-7934-g1dc8d80
_ftp_session_t Struct Reference
Collaboration diagram for _ftp_session_t:

Public Attributes

object_header_t hdr
 
appinfo_tlpAppInfo
 
int sndSocket
 
int lstnSocket
 
int pasvSocket
 
ftp_file_tdownload_in_progress
 
struct sockaddr_in socketAddress
 
struct sockaddr_in lstnSocketAddress
 
LPWSTR servername
 
INTERNET_PORT serverport
 
LPWSTR lpszPassword
 
LPWSTR lpszUserName
 

Detailed Description

Definition at line 73 of file ftp.c.

Member Data Documentation

◆ download_in_progress

◆ hdr

◆ lpAppInfo

◆ lpszPassword

LPWSTR _ftp_session_t::lpszPassword

Definition at line 85 of file ftp.c.

Referenced by FTP_Connect(), FTP_SendPassword(), and FTPSESSION_Destroy().

◆ lpszUserName

LPWSTR _ftp_session_t::lpszUserName

Definition at line 86 of file ftp.c.

Referenced by FTP_Connect(), FTP_ConnectToHost(), FTP_FtpOpenFileW(), and FTPSESSION_Destroy().

◆ lstnSocket

◆ lstnSocketAddress

struct sockaddr_in _ftp_session_t::lstnSocketAddress

Definition at line 82 of file ftp.c.

Referenced by FTP_InitListenSocket(), and FTP_SendPort().

◆ pasvSocket

int _ftp_session_t::pasvSocket

Definition at line 79 of file ftp.c.

Referenced by FTP_Connect(), FTP_DoPassive(), FTP_GetDataSocket(), and FTPSESSION_CloseConnection().

◆ servername

LPWSTR _ftp_session_t::servername

Definition at line 83 of file ftp.c.

Referenced by FTP_Connect(), FTP_FtpOpenFileW(), and FTPSESSION_Destroy().

◆ serverport

INTERNET_PORT _ftp_session_t::serverport

Definition at line 84 of file ftp.c.

Referenced by FTP_Connect(), and FTP_FtpOpenFileW().

◆ sndSocket

◆ socketAddress

struct sockaddr_in _ftp_session_t::socketAddress

Definition at line 81 of file ftp.c.

Referenced by FTP_Connect(), FTP_DoPassive(), and FTP_InitListenSocket().


The documentation for this struct was generated from the following file: