Reading all files using FTP
With this sentences
bRet = FtpGetFile(hConnection, szFileRemote, szFileLocal & "/" & szFileRemote, False, _
INTERNET_FLAG_RELOAD, dwType, 0)
I can read (get) a file from a FTP, but i need to GET ALL FILES (FROM THE FTP) and to PUT all FILES (From my folder).
Any help?
Re: Reading all files using FTP
Maybe this code example will help you :)
Cheers,
RyanJ
Re: Reading all files using FTP
You'd need to first loop through all the files in whichever folder getting their names, then you'd need to loop through each getting them.