Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieve a list of files on my ftp-server using MFC 1

Status
Not open for further replies.

d00ape

Programmer
Apr 2, 2003
171
SE
Hi!

I’ve successfully made a connection to my ftp-server and made calls like:
CFtpConnection::putFile
and so on.

Now I like to retrieve a list of all files in a specified dir and then download them using:
CFtpConnection::GetFile

I’ve searched in classes like CinternetConnection but no success…

Tips?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top