Hi all
I had written a FTP directory listing program.Problem here is its working fine on my FTP server,but its not working working on client ftpserver i.e.,iam unable to get directory listing there....
I used following classes:
class CFileFind; class CInternetSession; class CFtpFileFind;
pf = is.GetFtpConnection((LPCTSTR)servername, (LPCTSTR)username, (LPCTSTR) pwd, portno, session_mode);
although i have set session_mode both TRUE and FALSE, it still doesn't work or throw any exception
Do you know what is the reason of the problem and How to fix this bug
Thanks,
Visual C++15
|