Connect to FTP server

Hello everybody,
I want to connect to an ftp server (i have user and pass) and retrieve a file, make some changes and put the file back.
I'm looking 2-3 days now but I don't even know what i should read to learn how to do it.
Can somebody please give me some directions on what i must learn and if possible some tutorials?

Thank you
Dimitris
You want to do this in C++?
If so, you will need to learn how to do C++ networking (Sockets), the FTP protocol, File IO etc.


Otherwise just use a standard FTP Client.
Topic archived. No new replies allowed.