On Sun, Jul 03, 2005 at 09:57:32AM +0000, AMR FATHY wrote: > hi .. i've been trying to use your library lftp 2.6.5 source code to try to > access an ftp server using c++ .. > but i couldn't find any documentation or explanation on how does it works > .. so would you please help me with any docs about your functions and how > to use them ... > > what i want to do is very simple .. just to access an ftp server copies a > file from that server to my computer, copies a file from my computer to the > server and delete file from server
Probably you could use lftp's scripting abilities. If you really want to code a simple application using lftp libraries, look at the examples at the src subdirectory: example*.cc -- Alexander..
