FTP Help-Urgent
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I just Tried with the FTP session for my project using Embeddded VisualC++ 3.0. After using InternetOpen, InternetConnect Api's, I just procedded with the FtpSetCurrentDirectory, FtpFindFirstFile. But when compiled I get the error 'FtpSetCurrentDirectory' : undeclared identifier. I have used those as below FtpSetCurrentDirectory(ftpsession, directory ); FtpFindFirstFile(ftpsession, TEXT("*.*"),&file_data,NULL,NULL); I have also included the Wininet.h, wininet.lib for the x86 Processor & using the HandHeldPC Emulator.Can any one tell me how to solve this problem. Its very urgent. Thanks in advance Soma somu@softcrylic.com J.Somasundaram