Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionLPCTSTR fichierO = "d:\\popo\\popo.mp3"; LPCTSTR fichierI = "popo.mp3"; resultatFtp = FtpPutFile ( hFTPSession, fichierO, fichierI, FTP_TRANSFER_TYPE_ASCII, NULL);
string sfichierO = "d:\\popo\\popo.mp3"; string sfichierI = "popo.mp3"; LPCTSTR fichierO = sfichierI.c_str(); LPCTSTR fichierI = sfichierO.c_str(); resultatFtp = FtpPutFile ( hFTPSession, fichierO, fichierI, FTP_TRANSFER_TYPE_ASCII, NULL);
LPCTSTR a; LPCTSTR b; LPCTSTR c = a+b;