MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ReceiveFilePASV

Method ReceiveFilePASV

UTCP/src/ftp_c.cpp:596–599  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

594 UTE_CONNECT_TIMEOUT - connection timeout
595****************************************/
596int CUT_FTPClient::ReceiveFilePASV( LPCSTR sourceFile,LPCTSTR destFile ){
597 CUT_FileDataSource ds(destFile);
598 return ReceiveFilePASV(ds, sourceFile);
599}
600/***************************************
601ResumeReceiveFilePASV
602 Resumes retrieving the specified file from the

Callers

nothing calls this directly

Calls 4

SSLSetReuseSessionMethod · 0.80
CloseConnectionMethod · 0.80
ReceiveMethod · 0.80
ConnectMethod · 0.45

Tested by

no test coverage detected