I am looking for routines for a UNIX FTP client in C++. My definition of
"routines for a UNIX FTP client in C++" is set of C++ functions or a library
that can give me the capability to:
-
connect to any FTP server (which may be via a proxy server),
-
navigate its directory structure,
-
list files,
-
download/upload files, and
-
delete files
all from within one UNIX application on a local machine.