FIXME (This function Will never be called ) ?? ReceiveFilePASV Retrieves the specified file from the currently connected FTP site. The file is then saved to the specified destination file. This routine duplicates the ReceiveFile() member, but in this routine the client originates data connections. Client side origination of data connections is prefe
| 594 | UTE_CONNECT_TIMEOUT - connection timeout |
| 595 | ****************************************/ |
| 596 | int CUT_FTPClient::ReceiveFilePASV( LPCSTR sourceFile,LPCTSTR destFile ){ |
| 597 | CUT_FileDataSource ds(destFile); |
| 598 | return ReceiveFilePASV(ds, sourceFile); |
| 599 | } |
| 600 | /*************************************** |
| 601 | ResumeReceiveFilePASV |
| 602 | Resumes retrieving the specified file from the |
nothing calls this directly
no test coverage detected