Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ftp_conn_abort_open_actv_data): | Miles Bader | 1997-09-04 | 1 | -67/+72 |
| | | | | | | | | | Close the data queue socket. (ftp_conn_finish_open_actv_data): Close the listen queue after looking for a connection. (ftp_conn_start_open_actv_data): Always generate a new data connection (it doesn't work to always listen on a single address). | ||||
* | (ftp_conn_finish_open_data, | Miles Bader | 1997-09-02 | 1 | -15/+161 |
| | | | | | | | | | | | ftp_conn_start_open_actv_data, ftp_conn_finish_open_actv_data): New functions. (ftp_conn_start_open_data): Renamed from ftp_conn_open_data. Use an active data connection if passive doesn't work. (ftp_conn_start_transfer): Use ftp_conn_start_open_data and ftp_conn_finish_open_data instead of ftp_conn_open_data. | ||||
* | Initial checkin | Miles Bader | 1997-05-07 | 1 | -0/+130 |