Ftp program
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
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 Thanks,
xyz