ftp connection in C++
-
Hi All, I want to dowload the files from ftp server.I dont know how to connect to ftp and how to download the files.I need this in C++(not MFC or VC++).pls help me........................ Thanks and regards, Anitha
-
Hi All, I want to dowload the files from ftp server.I dont know how to connect to ftp and how to download the files.I need this in C++(not MFC or VC++).pls help me........................ Thanks and regards, Anitha
Try the WinINet API. I'm using it in my apps. http://msdn.microsoft.com/en-us/library/aa383630(VS.85).aspx[^]
-
Hi All, I want to dowload the files from ftp server.I dont know how to connect to ftp and how to download the files.I need this in C++(not MFC or VC++).pls help me........................ Thanks and regards, Anitha
Does this help? http://www.codeproject.com/KB/IP/ftpwanderer.aspx[^] http://www.codeproject.com/KB/IP/ftpclientclass.aspx[^] I got these articles by searching on CP. There are many more..
Regards, Sandip.
-
Does this help? http://www.codeproject.com/KB/IP/ftpwanderer.aspx[^] http://www.codeproject.com/KB/IP/ftpclientclass.aspx[^] I got these articles by searching on CP. There are many more..
Regards, Sandip.
Hi, I need ftp connection with command line.plz help me...... Regards, Anitha
-
Hi, I need ftp connection with command line.plz help me...... Regards, Anitha
AnithaSubramani wrote:
I need ftp connection with command line.
Which does not necessarily negate the response you were given.
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch